File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 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")
Original file line number Diff line number Diff line change @@ -75,12 +75,6 @@ npm run lint
7575npm run format
7676npm 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
8579export 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"
You can’t perform that action at this time.
0 commit comments