Skip to content

Commit

Permalink
trying options
Browse files Browse the repository at this point in the history
  • Loading branch information
fdodino committed Oct 23, 2023
1 parent 5f9134a commit 7e07642
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
uses: coactions/[email protected]
with:
run: npm run test:e2e
options: --disable-features=NetworkService --disable-gpu
- name: Unit Tests
run: npm run test:unit
# - name: Contribute List
Expand Down
2 changes: 1 addition & 1 deletion scripts/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ export CODE_TESTS_PATH="$(pwd)/client/out/test"
export CODE_TESTS_WORKSPACE="$(pwd)/client/testFixture"


node "$(pwd)/client/out/test/runTest" --ms-enable-electron-run-as-node
node "$(pwd)/client/out/test/runTest" --ms-enable-electron-run-as-node

0 comments on commit 7e07642

Please sign in to comment.