Skip to content

Commit

Permalink
Fix user permissions on gradle wrapper for circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
amaldoror committed Aug 5, 2024
1 parent 6718d49 commit 8b7f258
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:
- restore_cache:
key: cache-{{ checksum "/tmp/CIRCLECI_CACHE_KEY" }}
- run:
command: sudo chmod +x ./gradlew
./gradlew check
command: sudo chmod +x ./gradlew | ./gradlew check
- store_test_results:
path: build/test-results
- save_cache:
Expand Down

0 comments on commit 8b7f258

Please sign in to comment.