Skip to content

Commit

Permalink
enable e2e tests on appveyor-ci/win by pinning [email protected]
Browse files Browse the repository at this point in the history
* version greater than [email protected] is not compilable against electron v9 on windows (works with recent v10-nightly though)
vladimiry committed May 19, 2020
1 parent 0b2952b commit bd90c47
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@ before_build:
build_script:
- yarn scripts/ci/appveyor/download-webclients-artifact
- yarn app:dist
# - yarn test:e2e
- yarn test:e2e
- yarn electron-builder:dist
- yarn scripts/dist-packages/print-hashes
- yarn scripts/dist-packages/upload
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -288,6 +288,7 @@
"resolutions": {
"import-sort-cli/yargs/yargs-parser": "^=13.1.2",
"spectron/webdriverio/optimist/minimist": "^=1.2.3",
"*/**/sodium-native": "3.0.1",
"*/**/@types/webpack": "4.41.13",
"*/**/builder-util-runtime": "8.7.0"
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -10024,10 +10024,10 @@ socks@~2.3.2:
ip "1.1.5"
smart-buffer "^4.1.0"

sodium-native@^3.0.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/sodium-native/-/sodium-native-3.1.1.tgz#268eb00cd438b21c7dac20cb5b50819ad2813ec3"
integrity sha512-XA85yUIW28Oeba0knYdLOobNEI4ACpyayjaG1eOwazcCtcIuB5xViPwV2bb3bc2ppUcX+dLTqxxj7cQBZNEpXw==
sodium-native@3.0.1, sodium-native@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/sodium-native/-/sodium-native-3.0.1.tgz#59199d5c193bc045eb7f8e6425f370506e02950e"
integrity sha512-MHHgeK3JTx1j16V6SdO3ZD3aDbzWGCDd380gYi07a7HPR5TL2ipmI9BzVtckTkLTYMpAAnJ3BjsJ8F5O/GZ6eg==
dependencies:
ini "^1.3.5"
node-gyp-build "^4.2.0"

0 comments on commit bd90c47

Please sign in to comment.