Skip to content

Commit 0a75209

Browse files
committed
test: speed up CI tests of ui
Signed-off-by: Nick Mitchell <[email protected]>
1 parent bdc20d8 commit 0a75209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pdl-live-react-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Test pdl-live viewer
3636
run: npm test
3737
- name: Test production build
38-
run: npm run tauri build
38+
run: npm run tauri build -- --bundles deb # Skip testing appimage, is this dangerous? It's slow...
3939
- name: Setup xvfb for screen 0
4040
run: Xvfb :1 -screen 0 1600x1200x24 &
4141
- name: Run production build

0 commit comments

Comments
 (0)