Skip to content

Commit

Permalink
WIP: remove windows
Browse files Browse the repository at this point in the history
  • Loading branch information
rnro committed Nov 28, 2024
1 parent 56cc11c commit de60439
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/swift_test_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ jobs:
{
echo 'windows-matrix<<EOF'
echo "$(cat __windows_coverage_matrix.json)"
echo EOF
} >> "$GITHUB_OUTPUT"
Expand Down Expand Up @@ -92,9 +91,14 @@ jobs:
run: |
${{ matrix.linux.command }} ${{ matrix.linux.command_arguments }}
windows:
name: Windows (${{ matrix.windows.name }})
check-for-windows-jobs:
name: Check for Windows jobs
needs: generate-matrix
if: ${{ needs.generate-matrix.outputs.windows-matrix }}

windows:
name: Windows (${{ matrix.windows.name}})
needs: check-for-windows-jobs
runs-on: ${{ matrix.windows.runner }}
strategy:
fail-fast: false
Expand Down

0 comments on commit de60439

Please sign in to comment.