]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
ci: turn off fail-fast strategy
authorHaoqun Jiang <haoqunjiang@gmail.com>
Tue, 30 Nov 2021 10:32:10 +0000 (18:32 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Tue, 30 Nov 2021 10:35:47 +0000 (18:35 +0800)
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.

.github/workflows/ci.yml

index 41ef41713f1c1e6909ac721ffc8ad40cfd066077..814bfd78df5bbd11de2d5e9888cc575e103d68c2 100644 (file)
@@ -10,6 +10,7 @@ jobs:
   test:
     runs-on: ${{ matrix.os }}
     strategy:
+      fail-fast: false
       matrix:
         os:
           - ubuntu-latest