Skip to content

Commit

Permalink
Allow reading plist
Browse files Browse the repository at this point in the history
  • Loading branch information
award999 committed Dec 13, 2024
1 parent 80e08ff commit 715ff85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
1 change: 1 addition & 0 deletions docker/sandbox.sb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
(path "/")
(path "/private/etc/ssl/openssl.cnf")
(path "/Library/Preferences/com.apple.dt.Xcode.plist")
(path "/Library/Preferences/com.apple.ViewBridge.plist")
(path "/dev/dtracehelper")
(path "/dev/fd")
(path "/dev/null")
Expand Down
10 changes: 2 additions & 8 deletions docker/test-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,6 @@ npm run lint
npm run format
npm run package

# Download vscode
mkdir -p .vscode-test
curl -O -L "https://code.visualstudio.com/sha/download?build=stable&os=darwin-universal"
unzip download -d .vscode-test
rm download

# export npm_config_proxy="$HTTPS_PROXY"
# Need to set proxy to download VS Code
export npm_config_https_proxy="$HTTPS_PROXY"
VSCODE_INSTALL="$(pwd)/.vscode-test/Visual Studio Code.app" CI=1 FAST_TEST_RUN=1 npm run coverage -- --coverage-output "$PWD/coverage"
NO_PROXY="*" CI=1 FAST_TEST_RUN=1 npm run coverage -- --coverage-output "$PWD/coverage"

0 comments on commit 715ff85

Please sign in to comment.