From 6cd5a1cf3e9aa479cc62adae0b6ba3b8cb398419 Mon Sep 17 00:00:00 2001 From: yun Date: Thu, 3 Aug 2023 09:56:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0fail-fast=E5=92=8Cexperimenta?= =?UTF-8?q?l,=E4=BD=BF=E5=8D=95=E4=B8=AAjob=E9=94=99=E8=AF=AF=E6=97=B6?= =?UTF-8?q?=E4=B8=8D=E5=BD=B1=E5=93=8D=E5=85=B6=E4=BB=96job=E8=BF=90?= =?UTF-8?q?=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/push-build.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/push-build.yaml b/.github/workflows/push-build.yaml index f5f7ac6b..fc17bef3 100644 --- a/.github/workflows/push-build.yaml +++ b/.github/workflows/push-build.yaml @@ -6,9 +6,11 @@ jobs: cache-and-install: runs-on: ${{ matrix.os }} strategy: + fail-fast: false matrix: node-version: [ 16.x, 18.x ] os: [ ubuntu-latest, windows-latest, macos-latest ] + experimental: [ true ] steps: - name: Checkout