Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
catdad committed Mar 4, 2023
1 parent 9970718 commit 882b1fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- run: node --version
- run: npx electron --version
- name: npm test
run: npx xvfb-maybe npx retry-cli -n 3 -- npm test
run: npm run citest

lint:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "eslint bin src",
"test": "mocha --timeout 20000 --retries=1",
"ciinspect": "xvfb-maybe electron --version",
"citest": "xvfb-maybe npm test",
"citest": "xvfb-maybe retry -n 3 -- npm test",
"fixture": "cd fixtures && node ../bin/cli.js ."
},
"repository": {
Expand Down

0 comments on commit 882b1fd

Please # to comment.