Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
blarfoon committed Dec 23, 2024
1 parent 1e2970b commit 40e1013
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/all_os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,11 @@ jobs:
CURSEFORGE_API_BASE: ${{ vars.CURSEFORGE_API_BASE }}
run: |
sudo apt-get install -y xvfb
xvfb :1 -screen 0 1280x960x24 &
/usr/bin/Xvfb :1 -screen 0 1280x960x24 &
export DISPLAY=:1
sleep 2
ps aux | grep Xvfb
ls -l /tmp/.X11-unix/
pnpm test
cargo test
- name: Upload Playwright report
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"main": "dist/main/index.cjs",
"scripts": {
"dev": "node scripts/watch.mjs",
"test": "cross-env-shell DEBUG=pw:browser* playwright test",
"test": "playwright test",
"build-vite": "node scripts/build.mjs",
"patch-version": "node scripts/monkeypatchVersion.mjs",
"build-electron": "cross-env-shell DEBUG=electron-builder ow-electron-builder --config .electron-builder.config.cjs",
Expand Down

0 comments on commit 40e1013

Please sign in to comment.