Skip to content

Commit

Permalink
fix: use actual script
Browse files Browse the repository at this point in the history
  • Loading branch information
spion committed Aug 12, 2024
1 parent 60da010 commit ffd15ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
script: ./gradlew connectedCheck
script: ./docker/run-docker-test.sh
# services:
# emulator:
# image: budtmo/docker-android:emulator_12.0
Expand Down

0 comments on commit ffd15ec

Please sign in to comment.