Skip to content

Commit b30dfe4

Browse files
committed
fix variable name for matrix action
1 parent 6540328 commit b30dfe4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,13 @@ jobs:
2626

2727
integration-tests:
2828
name: Integration Tests
29-
# Workaround https://github.com/nektos/act/issues/1875
3029
uses: apple/swift-nio/.github/workflows/swift_matrix.yml@main
3130
with:
3231
name: "Integration tests"
3332
matrix_linux_command: "./scripts/integration_tests.sh"
34-
linux_5_8_enabled: false
35-
linux_5_9_enabled: false
36-
linux_5_10_enabled: false
33+
matrix_linux_5_8_enabled: false
34+
matrix_linux_5_9_enabled: false
35+
matrix_linux_5_10_enabled: false
3736

3837
swift-6-language-mode:
3938
name: Swift 6 Language Mode

0 commit comments

Comments
 (0)