Parcourir la source

chore(ci): Let CI fail independently on each platform (#13446)

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Josh Soref il y a 5 mois
Parent
commit
0869a4f1f6
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      .github/workflows/ci-tests.yml

+ 1 - 0
.github/workflows/ci-tests.yml

@@ -16,6 +16,7 @@ jobs:
     strategy:
       matrix:
         os: ["ubuntu-latest", "macos-latest", "windows-latest"]
+      fail-fast: false
 
     runs-on: "${{ matrix.os }}"
     steps: