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 a1bf777 commit 3e956c5Copy full SHA for 3e956c5
.github/workflows/deployment.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Build
34
run: npm run electron:build
35
- name: Test
36
- run: xvfb-run -a --server-args="-screen 0, 1024x600x24" npm test
+ run: xvfb-run -a --server-args="-screen 0, 1025x600x24" npm test
37
38
- name: Create Release & Upload Release Asset
39
id: create-release-and-upload-release-asset
0 commit comments