Skip to content

Commit

Permalink
👷 don't clean cache on tools builds (windows)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebullient committed Mar 2, 2024
1 parent fbe66ce commit a23186c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pf2e-tools-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,6 @@ jobs:
run: |
./mvnw -B -ntp -Dnative -DskipTests -DskipFormat verify
- name: Delete snapshots artifacts from cache
run: find ~/.m2 -name \*-SNAPSHOT -type d -exec rm -rf {} +

report-native-build:

name: Report errors
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/tools-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,6 @@ jobs:
ls -al sources
./mvnw -B -ntp -DskipFormat verify
- name: Delete snapshots artifacts from cache
run: find ~/.m2 -name \*-SNAPSHOT -type d -exec rm -rf {} +

native-test-with-data:

name: Test on ${{ matrix.os }}
Expand Down

0 comments on commit a23186c

Please sign in to comment.