Skip to content

Commit 3e956c5

Browse files
committed
(actions) change resolution, because of playwright
1 parent a1bf777 commit 3e956c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Build
3434
run: npm run electron:build
3535
- name: Test
36-
run: xvfb-run -a --server-args="-screen 0, 1024x600x24" npm test
36+
run: xvfb-run -a --server-args="-screen 0, 1025x600x24" npm test
3737

3838
- name: Create Release & Upload Release Asset
3939
id: create-release-and-upload-release-asset

0 commit comments

Comments
 (0)