Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6722e73

Browse files
committed
ci: turn off fail-fast strategy
The failing unit tests can not be reproduced consistently.So I think we'd better continue running tests in all other environmentsand see if it is a universal issue.If not, we'd better go on with the new Cypress version and try toresolve the flaky test issue on the Cypress side.Otherwise we may have to roll back to the previous version.
1 parentd7e4696 commit6722e73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎.github/workflows/ci.yml‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
test:
1111
runs-on:${{ matrix.os }}
1212
strategy:
13+
fail-fast:false
1314
matrix:
1415
os:
1516
-ubuntu-latest

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp