Skip to content

Commit

Permalink
Try to fix cache not working on windows action
Browse files Browse the repository at this point in the history
  • Loading branch information
Skidamek committed Jul 30, 2024
1 parent bfe0fad commit 7874f53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
key: gradle-${{ runner.os }}-${{ hashFiles('**/*.gradle.kts', '**/gradle-wrapper.properties', '**/gradle.properties', '**/*.accesswidener', 'settings.json') }}
restore-keys: |
gradle-${{ runner.os }}
exclude: |
**/*.lock
- name: Run tests
run: |
chmod +x gradlew
Expand Down

0 comments on commit 7874f53

Please sign in to comment.