Skip to content

Commit

Permalink
Testing with chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
edro15 committed Feb 9, 2024
1 parent f213638 commit f733a81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
ELECTRON_EXTRA_LAUNCH_ARGS: '--disable-gpu'
with:
# Run 'npm start' using npm 14 instead of 18 since package-lock generated with npm 14 (see @types/node)
start: npm run cicd-test
start: npm run test
working-directory: test

- name: Upload Test Results
Expand Down
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"debug": "cypress open",
"test": "cypress run",
"cicd-test": "cypress run --browser electron"
"cicd-test": "cypress run --browser chrome"
},
"author": "Splunk",
"license": "ISC",
Expand Down

0 comments on commit f733a81

Please sign in to comment.