Skip to content

Commit 715ff85

Browse files
committed
Allow reading plist
1 parent 80e08ff commit 715ff85

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

docker/sandbox.sb

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
(path "/")
2222
(path "/private/etc/ssl/openssl.cnf")
2323
(path "/Library/Preferences/com.apple.dt.Xcode.plist")
24+
(path "/Library/Preferences/com.apple.ViewBridge.plist")
2425
(path "/dev/dtracehelper")
2526
(path "/dev/fd")
2627
(path "/dev/null")

docker/test-macos.sh

+2-8
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,6 @@ npm run lint
7575
npm run format
7676
npm run package
7777

78-
# Download vscode
79-
mkdir -p .vscode-test
80-
curl -O -L "https://code.visualstudio.com/sha/download?build=stable&os=darwin-universal"
81-
unzip download -d .vscode-test
82-
rm download
83-
84-
# export npm_config_proxy="$HTTPS_PROXY"
78+
# Need to set proxy to download VS Code
8579
export npm_config_https_proxy="$HTTPS_PROXY"
86-
VSCODE_INSTALL="$(pwd)/.vscode-test/Visual Studio Code.app" CI=1 FAST_TEST_RUN=1 npm run coverage -- --coverage-output "$PWD/coverage"
80+
NO_PROXY="*" CI=1 FAST_TEST_RUN=1 npm run coverage -- --coverage-output "$PWD/coverage"

0 commit comments

Comments
 (0)