Skip to content

Commit

Permalink
Add gradlew permission
Browse files Browse the repository at this point in the history
  • Loading branch information
AsemLab committed Jul 29, 2024
1 parent 8e543b7 commit f4e1388
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,8 @@ jobs:
- name: Print Java
run: javac -version

- name: Change wrapper permissions
run: chmod +x ./gradlew

- name: Run Debug Tests
run: ./gradlew :app:testDebugUnitTest

0 comments on commit f4e1388

Please sign in to comment.