Skip to content

Commit

Permalink
Drop xvfb-maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Jul 12, 2022
1 parent 10ccbe6 commit 3ace80f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 86 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,10 @@ jobs:
run: |
./download-python.sh
- name: Run tests
run: npx xvfb-maybe -- npm test
run: npm test
timeout-minutes: 5
- name: tmate on failure
uses: mxschmitt/action-tmate@v3
if: failure()
- name: Upload video if tests failed
- name: Upload test videos
uses: actions/upload-artifact@v3
if: failure()
with:
name: test-videos
path: test-videos/
Expand Down
79 changes: 1 addition & 78 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@
"electron": "^19.0.8",
"electron-builder": "^22.11.7",
"electron-notarize": "^1.1.1",
"playwright": "^1.23.2",
"xvfb-maybe": "^0.2.1"
"playwright": "^1.23.2"
},
"dependencies": {
"electron-prompt": "^1.6.2",
Expand Down

1 comment on commit 3ace80f

@simonw
Copy link
Owner Author

@simonw simonw commented on 3ace80f Jul 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Refs #133

Please sign in to comment.