We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 919f6c8 commit e9a0056Copy full SHA for e9a0056
.github/workflows/android_ci.yml
@@ -32,6 +32,10 @@ jobs:
32
- name: Build AAR
33
run: cargo pkg transact aar
34
35
+ - name: Test
36
+ working-directory: packages/android/algokit_transact
37
+ run: ./gradlew test
38
+
39
- name: Archive Build Output
40
uses: actions/upload-artifact@v4
41
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
0 commit comments