Skip to content

Commit afb28ec

Browse files
authored
Merge pull request #1351 from thewtex/cypress-pull-retry
ci(browser): use docker pull retry
2 parents 0aae9ba + 5145d43 commit afb28ec

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)