Skip to content

Commit 5145d43

Browse files
committed
ci(browser): use docker pull retry
1 parent 182501a commit 5145d43

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/cypress.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,12 @@ jobs:
3232
large-packages: false
3333
tool-cache: true
3434

35-
- name: Pull latest Docker images
36-
run: |
37-
./src/docker/pull.sh --no-debug
35+
- uses: nick-fields/retry@v3
36+
name: Pull latest Docker images
37+
with:
38+
max_attempts: 5
39+
timeout_minutes: 10
40+
command: ./src/docker/pull.sh --no-debug
3841

3942
- name: Install
4043
uses: pnpm/action-setup@v4

0 commit comments

Comments
 (0)