File tree 2 files changed +3
-8
lines changed
2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 21
21
(path "/")
22
22
(path "/private/etc/ssl/openssl.cnf")
23
23
(path "/Library/Preferences/com.apple.dt.Xcode.plist")
24
+ (path "/Library/Preferences/com.apple.ViewBridge.plist")
24
25
(path "/dev/dtracehelper")
25
26
(path "/dev/fd")
26
27
(path "/dev/null")
Original file line number Diff line number Diff line change @@ -75,12 +75,6 @@ npm run lint
75
75
npm run format
76
76
npm run package
77
77
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
85
79
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"
You can’t perform that action at this time.
0 commit comments