We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd3d9dc commit e5b0de7Copy full SHA for e5b0de7
.github/workflows/main.yml
@@ -39,7 +39,7 @@ jobs:
39
- id: generate-matrix
40
run: echo "integration-test-matrix=$(curl -s https://raw.githubusercontent.com/apple/swift-nio/main/scripts/generate_matrix.sh | bash)" >> "$GITHUB_OUTPUT"
41
env:
42
- 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
43
MATRIX_LINUX_COMMAND: ./scripts/run-integration-test.sh
44
MATRIX_LINUX_NIGHTLY_MAIN_ENABLED: false
45
0 commit comments