Skip to content

Commit 5f91fd8

Browse files
committed
test local workspace safe fix
1 parent 991f658 commit 5f91fd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- id: generate-matrix
4141
run: echo "integration-test-matrix=$(curl -s https://raw.githubusercontent.com/apple/swift-nio/main/scripts/generate_matrix.sh | bash)" >> "$GITHUB_OUTPUT"
4242
env:
43-
MATRIX_LINUX_SETUP_COMMAND: apt-get update -y && apt-get install -yq jq
43+
MATRIX_LINUX_SETUP_COMMAND: apt-get update -y && apt-get install -yq jq && git config --global --add safe.directory /swift-openapi-runtime
4444
MATRIX_LINUX_COMMAND: ./scripts/run-integration-test.sh
4545
MATRIX_LINUX_NIGHTLY_MAIN_ENABLED: false
4646

0 commit comments

Comments
 (0)