Skip to content

Commit

Permalink
Removed soureces and tests from cache key.
Browse files Browse the repository at this point in the history
  • Loading branch information
CraigSiemens committed Dec 10, 2023
1 parent f97321b commit 9197185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/cache@v3
with:
path: .build
key: ${{ runner.os }}-spm-${{ hashFiles('Package.*', 'Sources/**/*', 'Tests/**/*') }}
key: ${{ runner.os }}-spm-${{ hashFiles('Package.*') }}
restore-keys: |
${{ runner.os }}-spm-
- name: Run Tests
Expand Down

0 comments on commit 9197185

Please sign in to comment.