File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 33
33
uses : apple/swift-nio/.github/workflows/swift_matrix.yml@main
34
34
with :
35
35
name : " Integration test"
36
- matrix_linux_command : " apt-get update -yq && apt-get install -yq jq && ./scripts/run-integration-test.sh"
36
+ matrix_linux_command : " apt-get update -yq && apt-get install -yq jq && SWIFT_OPENAPI_GENERATOR_REPO_URL=file://${GITHUB_WORKSPACE} ./scripts/run-integration-test.sh"
37
37
matrix_linux_5_8_enabled : false
38
38
matrix_linux_nightly_main_enabled : false
39
39
Original file line number Diff line number Diff line change 20
20
uses : apple/swift-nio/.github/workflows/swift_matrix.yml@main
21
21
with :
22
22
name : " Integration test"
23
- matrix_linux_command : " apt-get update -yq && apt-get install -yq jq && ./scripts/run-integration-test.sh"
23
+ matrix_linux_command : " apt-get update -yq && apt-get install -yq jq && SWIFT_OPENAPI_GENERATOR_REPO_URL=file://${GITHUB_WORKSPACE} ./scripts/run-integration-test.sh"
24
24
matrix_linux_5_8_enabled : false
25
25
26
26
example-packages :
You can’t perform that action at this time.
0 commit comments