We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5401e1f commit 93c1dd6Copy full SHA for 93c1dd6
.github/workflows/main.yml
@@ -22,4 +22,4 @@ jobs:
22
- name: Build
23
run: npm run electron:build
24
- name: Test
25
- run: xvfb-run -a --server-args="-screen 0, 1024x600x24" npm test
+ run: xvfb-run -a --server-args="-screen 0, 1025x600x24" npm test
0 commit comments