Skip to content

Commit

Permalink
Test disabling cache to see speed difference
Browse files Browse the repository at this point in the history
  • Loading branch information
StylianosGakis committed Oct 20, 2023
1 parent 88a7a36 commit 327e43f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
# Only write to the cache for builds on the 'develop' branch
cache-read-only: ${{ github.ref != 'refs/heads/develop' }}
gradle-home-cache-cleanup: true
cache-disabled: true
- run: echo VERSION_CODE=$(expr 4700 + ${{ github.run_number }} + ${{ github.run_attempt }} - 1) >> $GITHUB_ENV
- uses: chkfung/[email protected]
with:
Expand Down

0 comments on commit 327e43f

Please sign in to comment.