Skip to content

Commit c53b2af

Browse files
committed
ci: set fail-fast: false
1 parent 8033d8f commit c53b2af

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-debug.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
build-unity:
2323
if: ${{ ((github.event_name == 'push' && github.repository_owner == 'Cysharp') || startsWith(github.event.pull_request.head.label, 'Cysharp:')) && github.triggering_actor != 'dependabot[bot]' }}
2424
strategy:
25+
fail-fast: false
2526
matrix:
2627
unity: ["2021.3.41f1", "2022.3.39f1", "6000.0.12f1"] # Test with LTS
2728
runs-on: ubuntu-latest
@@ -42,7 +43,7 @@ jobs:
4243
- uses: Cysharp/Actions/.github/actions/setup-dotnet@main
4344
- run: dotnet build -c Debug # require build before run
4445
- name: Make sure generated files are exists.
45-
run: ls -lR "MemoryPack/bin/Debug/netstandard2.1"
46+
run: ls -lR "src/MemoryPack/bin/Debug/netstandard2.1"
4647

4748
# Execute Unittest
4849
# /opt/Unity/Editor/Unity -quit -batchmode -nographics -silent-crashes -logFile -projectPath . -executeMethod UnitTestBuilder.BuildUnitTest /headless /ScriptBackend IL2CPP /BuildTarget StandaloneLinux64

0 commit comments

Comments
 (0)