during test, sleep 2s to allow the 1s stale manifest to occur
parent
6444380ea9
commit
0419eb4db7
|
@ -159,6 +159,10 @@ jobs:
|
|||
run: |
|
||||
docker image prune --all --force
|
||||
|
||||
- name: sleep 2s to allow cache to stale a bit
|
||||
run: |
|
||||
sleep 2
|
||||
|
||||
- name: Second round of pulls
|
||||
timeout-minutes: 2
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue