Skip to content

Commit d3831a5

Browse files
committed
Mark vscode-swift directory as safe
1 parent 0ad2a79 commit d3831a5

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
echo "Created bundle $name"
3333
mv "$file" "$name"
3434
done
35+
git config --global --add safe.directory $PWD
3536
git rev-parse HEAD > vscode-swift-sha.txt
3637
- name: Archive production artifacts
3738
id: archive

.github/workflows/pull_request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
echo "Created bundle $name"
3232
mv "$file" "$name"
3333
done
34+
git config --global --add safe.directory $PWD
3435
git rev-parse HEAD > vscode-swift-sha.txt
3536
- name: Archive production artifacts
3637
id: archive

scripts/test.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ cd /tmp/code
3131
npm ci
3232
npm run lint
3333
npm run format
34-
npm run package
3534
npm run soundness -- --force-run
3635

3736
xvfb-run -a npm run coverage 2>&1 | grep -Ev "Failed to connect to the bus|GPU stall due to ReadPixels"

0 commit comments

Comments
 (0)