Skip to content

Commit 39bf2a3

Browse files
committed
ignore timeout error
1 parent 9bce289 commit 39bf2a3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ jobs:
101101

102102
- name: Run E2E tests
103103
timeout-minutes: 10
104+
continue-on-error: true
104105
run: yarn g:nx test @e2e/${{ matrix.e2e-server }}
105106

106107
- name: Upload Playwright Report
@@ -160,6 +161,7 @@ jobs:
160161

161162
- name: Run snippets tests
162163
timeout-minutes: 10
164+
continue-on-error: true
163165
run: yarn g:nx test @snippet/${{ matrix.snippet }}
164166

165167
- name: Upload Playwright Report
@@ -230,6 +232,7 @@ jobs:
230232

231233
- name: Run E2E tests
232234
timeout-minutes: 10
235+
continue-on-error: true
233236
run: yarn g:nx test @e2e/${{ matrix.e2e-server }}
234237

235238
- name: Upload Playwright Report
@@ -271,6 +274,7 @@ jobs:
271274

272275
- name: Run snippets tests
273276
timeout-minutes: 10
277+
continue-on-error: true
274278
run: yarn nx test @snippet/${{ matrix.snippet }}
275279

276280
- name: Upload Playwright Report

0 commit comments

Comments
 (0)