Преглед изворни кода

fail-fast: false temporarily

Tig пре 1 година
родитељ
комит
454bfda636
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      .github/workflows/dotnet-core.yml

+ 2 - 0
.github/workflows/dotnet-core.yml

@@ -15,6 +15,8 @@ jobs:
 
     runs-on: ${{ matrix.os }}
     strategy:
+      # Turn on fail-fast once we have the tests running on all platforms
+      fail-fast: false
       matrix:
         os: [ ubuntu-latest, windows-latest, macos-latest ]