Skip to content

Commit

Permalink
Add working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jiji14 committed Nov 22, 2023
1 parent 148cfc8 commit 025f7d6
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions .github/workflows/android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,17 +78,13 @@ 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/android-emulator-runner@v2.28.0
# with:
# working-directory:
# api-level: 29
# ndk: 21.0.6113669
# cmake: 3.10.2.4988404
# script: ./gradlew connectedCheck
- name: Android Emulator Runner
uses: ReactiveCircus/android-emulator-runner@v2.28.0
with:
working-directory: ./platforms/android
api-level: 29
ndk: 21.0.6113669
cmake: 3.10.2.4988404
script: ./gradlew connectedCheck

0 comments on commit 025f7d6

Please sign in to comment.