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 cf434b4 commit 10dfd38Copy full SHA for 10dfd38
1 file changed
.github/workflows/ci.yml
@@ -66,6 +66,7 @@ jobs:
66
libwebkit2gtk-4.1-dev \
67
librsvg2-dev \
68
patchelf \
69
+ xvfb \
70
wget
71
- uses: dtolnay/rust-toolchain@stable
72
with:
@@ -85,9 +86,9 @@ jobs:
85
86
- run: cargo check --manifest-path apps/server/Cargo.toml
87
- run: cargo test --manifest-path apps/server/Cargo.toml
88
- run: pnpm pack:local
- - run: pnpm test:smoke
89
+ - run: xvfb-run -a pnpm test:smoke
90
- run: npx playwright install --with-deps chromium
- - run: pnpm test:e2e:release
91
+ - run: xvfb-run -a pnpm test:e2e:release
92
- uses: actions/upload-artifact@v4
93
if: success()
94
0 commit comments