We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 991f658 commit 5f91fd8Copy full SHA for 5f91fd8
.github/workflows/pull_request.yml
@@ -40,7 +40,7 @@ jobs:
40
- id: generate-matrix
41
run: echo "integration-test-matrix=$(curl -s https://raw.githubusercontent.com/apple/swift-nio/main/scripts/generate_matrix.sh | bash)" >> "$GITHUB_OUTPUT"
42
env:
43
- MATRIX_LINUX_SETUP_COMMAND: apt-get update -y && apt-get install -yq jq
+ MATRIX_LINUX_SETUP_COMMAND: apt-get update -y && apt-get install -yq jq && git config --global --add safe.directory /swift-openapi-runtime
44
MATRIX_LINUX_COMMAND: ./scripts/run-integration-test.sh
45
MATRIX_LINUX_NIGHTLY_MAIN_ENABLED: false
46
0 commit comments