mirror of
https://code.forgejo.org/actions/cache.git
synced 2024-11-16 15:41:15 +01:00
Fix Windows false positive
This commit is contained in:
parent
286c02b2b2
commit
72831e69e5
1 changed files with 1 additions and 0 deletions
1
.github/workflows/workflow.yml
vendored
1
.github/workflows/workflow.yml
vendored
|
@ -120,6 +120,7 @@ jobs:
|
|||
key: test-${{ runner.os }}-${{ github.run_id }}.${{ github.run_attempt }}
|
||||
path: test-cache
|
||||
- name: Verify cache
|
||||
shell: bash
|
||||
run: __tests__/verify-cache-files.sh ${{ runner.os }}-save-always test-cache
|
||||
|
||||
# End to end with proxy
|
||||
|
|
Loading…
Reference in a new issue