Skip to content

Commit

Permalink
Fix action test reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Schubert committed Aug 31, 2024
1 parent 276ea35 commit 10f01e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set execution flag for gradlew
run: chmod +x gradlew
- name: Run common unit tests
run: bash ./gradlew :common:cleanDesktopTest :common:desktopTest
run: bash ./gradlew :common:cleanTestDebugUnitTest :common:testDebugUnitTest
- name: Build Release AAB
id: buildRelease
run: ./gradlew bundleRelease
Expand Down

0 comments on commit 10f01e3

Please sign in to comment.