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 bdc20d8 commit 0a75209Copy full SHA for 0a75209
.github/workflows/pdl-live-react-tests.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Test pdl-live viewer
36
run: npm test
37
- name: Test production build
38
- run: npm run tauri build
+ run: npm run tauri build -- --bundles deb # Skip testing appimage, is this dangerous? It's slow...
39
- name: Setup xvfb for screen 0
40
run: Xvfb :1 -screen 0 1600x1200x24 &
41
- name: Run production build
0 commit comments