mirror of
https://github.com/actions/cache.git
synced 2026-06-05 16:23:47 +08:00
Fix Windows false positive
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user