We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66bddd3 commit d960bc3Copy full SHA for d960bc3
1 file changed
.github/workflows/ci.yml
@@ -119,7 +119,7 @@ jobs:
119
- name: Install dependencies and build
120
run: yarn install --frozen-lockfile --ignore-engines
121
- name: Run system tests
122
- uses: nick-fields/retry@v3
+ uses: nick-fields/retry@v4
123
with:
124
timeout_minutes: 3
125
max_attempts: 3
@@ -163,7 +163,7 @@ jobs:
163
env:
164
BROWSER_NAME: ${{ matrix.browser }}
165
- name: Run browser tests
166
167
168
169
0 commit comments