Skip to content

Commit

Permalink
Update check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
julioromano authored Aug 5, 2024
1 parent 54938d4 commit d77f926
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ jobs:
# Builds on other branches will only read existing entries from the cache.
gradle-home-cache-cleanup: true
cache-read-only: ${{ github.ref != 'refs/heads/main' }}
arguments: check --scan
- name: Run check task with build scan
run: ./gradlew check --scan

0 comments on commit d77f926

Please sign in to comment.