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 3636 - id : generate-matrix
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 :
39- MATRIX_LINUX_SETUP_COMMAND : apt-get update -y && apt-get install -yq jq && git config --global --add safe.directory /swift-openapi-generator
39+ MATRIX_LINUX_SETUP_COMMAND : apt-get update -y && apt-get install -yq jq && git config --global --add safe.directory /swift-openapi-generator/.git && git config --global --add safe.directory /swift-openapi-generator
4040 MATRIX_LINUX_COMMAND : SWIFT_OPENAPI_GENERATOR_REPO_URL=file://${workspace} ./scripts/run-integration-test.sh
4141 MATRIX_LINUX_NIGHTLY_MAIN_ENABLED : false
4242
Original file line number Diff line number Diff line change 6161 - id : generate-matrix
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 :
64- MATRIX_LINUX_SETUP_COMMAND : apt-get update -y && apt-get install -yq jq && git config --global --add safe.directory /swift-openapi-generator
64+ MATRIX_LINUX_SETUP_COMMAND : apt-get update -y && apt-get install -yq jq && git config --global --add safe.directory /swift-openapi-generator/.git && git config --global --add safe.directory /swift-openapi-generator
6565 MATRIX_LINUX_COMMAND : SWIFT_OPENAPI_GENERATOR_REPO_URL=file://${workspace} ./scripts/run-integration-test.sh
6666 MATRIX_LINUX_NIGHTLY_MAIN_ENABLED : false
6767
You can’t perform that action at this time.
0 commit comments