Răsfoiți Sursa

Disable fail-fast in C++ compatibility matrix

Allow both Ubuntu and macOS jobs to complete even if one fails
to collect artifacts and diffs from both platforms

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
Mario Zechner 1 lună în urmă
părinte
comite
6573924a22
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      .github/workflows/spine-cpp-compatibility.yml

+ 1 - 0
.github/workflows/spine-cpp-compatibility.yml

@@ -7,6 +7,7 @@ on:
 jobs:
   test-cpp-java-compatibility:
     strategy:
+      fail-fast: false
       matrix:
         os: [ubuntu-latest, macos-latest]
     runs-on: ${{ matrix.os }}