mirror of
https://github.com/actions/cache.git
synced 2026-07-03 10:56:20 +00:00
Compare commits
1 Commits
f2e9ae9206
...
12858a28c9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
12858a28c9 |
1
.github/workflows/workflow.yml
vendored
1
.github/workflows/workflow.yml
vendored
@ -120,7 +120,6 @@ jobs:
|
|||||||
key: test-${{ runner.os }}-${{ github.run_id }}.${{ github.run_attempt }}
|
key: test-${{ runner.os }}-${{ github.run_id }}.${{ github.run_attempt }}
|
||||||
path: test-cache
|
path: test-cache
|
||||||
- name: Verify cache
|
- name: Verify cache
|
||||||
shell: bash
|
|
||||||
run: __tests__/verify-cache-files.sh ${{ runner.os }}-save-always test-cache
|
run: __tests__/verify-cache-files.sh ${{ runner.os }}-save-always test-cache
|
||||||
|
|
||||||
# End to end with proxy
|
# End to end with proxy
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user