Skip to content

Commit

Permalink
Fix CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
opatry committed Sep 20, 2024
1 parent 3123ca4 commit 2a245c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
distribution: 'adopt'

- name: Build
run: ./gradlew --no-daemon packageDistributionForCurrentOS
run: ./gradlew --no-daemon :tasks-app-android:assembleDebug :tasks-app-desktop:assemble

- name: Test
run: ./gradlew --no-daemon test
Expand Down

0 comments on commit 2a245c0

Please sign in to comment.