Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FalsettiM authored Mar 29, 2024
1 parent 3cf774a commit 55175b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
# Navigate to the Android app directory
- name: Grant execute permission for gradlew
run: cd src/OOPsIPushedToMain/ && chmod +x gradlew
- name: Build with Gradle
run: cd src/OOPsIPushedToMain/ && ./gradlew build
# - name: Build with Gradle
# run: cd src/OOPsIPushedToMain/ && ./gradlew build
- name: Instrumentation Tests
uses: reactivecircus/android-emulator-runner@v2
with:
Expand Down

0 comments on commit 55175b4

Please sign in to comment.