Skip to content

Commit e9a0056

Browse files
committed
ci: add test step
1 parent 919f6c8 commit e9a0056

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/android_ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ jobs:
3232
- name: Build AAR
3333
run: cargo pkg transact aar
3434

35+
- name: Test
36+
working-directory: packages/android/algokit_transact
37+
run: ./gradlew test
38+
3539
- name: Archive Build Output
3640
uses: actions/upload-artifact@v4
3741
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'

0 commit comments

Comments
 (0)