Skip to content

Commit

Permalink
Windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Benoit Nau committed Sep 6, 2023
1 parent 6f542e2 commit 0d70896
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
node-gyp install --devdir="C:\Users\runneradmin\.electron-gyp" --target=$(jq -r .devDependencies.electron package.json) --dist-url="https://electronjs.org/headers" --arch ia32
npm ci --openssl_fips=''
- name: release/test
run: npm run test:unit-ci-win
env:
ELECTRON_DISABLE_SANDBOX: "1"
run: npm run test:unit-ci
- name: release/build
run: |
npm run package:windows-nsis
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
"test:e2e:send-report": "node ./e2e/save_report.js",
"test:unit": "jest",
"test:unit-ci": "jest --runInBand",
"test:unit-ci-win": "jest --testTimeout=5000",
"test:coverage": "jest --coverage",
"package:all": "cross-env NODE_ENV=production npm-run-all package:windows package:windows-nsis package:mac package:mac-with-universal package:linux",
"package:windows": "npm-run-all build-prod && electron-builder --win zip --x64 --ia32 --arm64 --publish=never",
Expand Down

0 comments on commit 0d70896

Please sign in to comment.