Skip to content

Commit 6722e73

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 environments and see if it is a universal issue. If not, we'd better go on with the new Cypress version and try to resolve the flaky test issue on the Cypress side. Otherwise we may have to roll back to the previous version.
1 parent d7e4696 commit 6722e73

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)