Skip to content

Commit

Permalink
check why gradlew is not present (wrong folder?)
Browse files Browse the repository at this point in the history
  • Loading branch information
denrase committed Aug 22, 2023
1 parent 179656e commit e8856a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flutter_integration_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
disable-animations: true
arch: x86_64
profile: Nexus 6
script: ./gradlew testDebugUnitTest
script: ls -a & ./gradlew testDebugUnitTest

# - name: launch android emulator & run android integration test
# uses: reactivecircus/android-emulator-runner@d94c3fbe4fe6a29e4a5ba47c12fb47677c73656b #pin@v2.28.0
Expand Down

0 comments on commit e8856a1

Please sign in to comment.