From: Haoqun Jiang Date: Tue, 30 Nov 2021 10:32:10 +0000 (+0800) Subject: ci: turn off fail-fast strategy X-Git-Tag: v3.0.0~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a817e54d67f291fea41e5002a66d8cf44d10083;p=thirdparty%2Fvuejs%2Fcreate-vue.git 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. --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 41ef4171..814bfd78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,7 @@ jobs: test: runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: os: - ubuntu-latest