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 3737 run : echo "integration-test-matrix=$(curl -s https://raw.githubusercontent.com/apple/swift-nio/main/scripts/generate_matrix.sh | bash)" >> "$GITHUB_OUTPUT"
3838 env :
3939 MATRIX_LINUX_SETUP_COMMAND : apt-get update -y && apt-get install -yq jq && git config --global --add safe.directory /swift-openapi-generator
40- MATRIX_LINUX_COMMAND : SWIFT_OPENAPI_GENERATOR_REPO_URL=file://${GITHUB_WORKSPACE } ./scripts/run-integration-test.sh
40+ MATRIX_LINUX_COMMAND : SWIFT_OPENAPI_GENERATOR_REPO_URL=file://${workspace } ./scripts/run-integration-test.sh
4141 MATRIX_LINUX_NIGHTLY_MAIN_ENABLED : false
4242
4343 integration-test :
Original file line number Diff line number Diff line change 6262 run : echo "integration-test-matrix=$(curl -s https://raw.githubusercontent.com/apple/swift-nio/main/scripts/generate_matrix.sh | bash)" >> "$GITHUB_OUTPUT"
6363 env :
6464 MATRIX_LINUX_SETUP_COMMAND : apt-get update -y && apt-get install -yq jq && git config --global --add safe.directory /swift-openapi-generator
65- MATRIX_LINUX_COMMAND : SWIFT_OPENAPI_GENERATOR_REPO_URL=file://${GITHUB_WORKSPACE } ./scripts/run-integration-test.sh
65+ MATRIX_LINUX_COMMAND : SWIFT_OPENAPI_GENERATOR_REPO_URL=file://${workspace } ./scripts/run-integration-test.sh
6666 MATRIX_LINUX_NIGHTLY_MAIN_ENABLED : false
6767
6868 integration-test :
You can’t perform that action at this time.
0 commit comments