Skip to content

Commit

Permalink
find gradlew file
Browse files Browse the repository at this point in the history
  • Loading branch information
jiji14 committed Nov 22, 2023
1 parent 34c2bf8 commit 148cfc8
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .github/workflows/android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,17 @@ jobs:
which gradle
gradle --version
npx cordova build android
- name: Print Gradle files
run: |
echo "Contents of the repository:"
ls -R $GITHUB_WORKSPACE
- name: Android Emulator Runner
uses: ReactiveCircus/[email protected]
with:
api-level: 29
ndk: 21.0.6113669
cmake: 3.10.2.4988404
script: ./gradlew connectedCheck
# - name: Android Emulator Runner
# uses: ReactiveCircus/[email protected]
# with:
# working-directory:
# api-level: 29
# ndk: 21.0.6113669
# cmake: 3.10.2.4988404
# script: ./gradlew connectedCheck

0 comments on commit 148cfc8

Please sign in to comment.