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 9ecb30f commit 9fc74a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/all_os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
USER_AGENT_PREFIX: ${{ vars.USER_AGENT_PREFIX }}
CURSEFORGE_API_KEY: "${{ vars.CURSEFORGE_API_KEY }}"
CURSEFORGE_API_BASE: ${{ vars.CURSEFORGE_API_BASE }}
run: xvfb-run --auto-servernum --server-args='-screen 0 1280x960x24' -- pnpm test
run: pnpm test
- name: Upload Playwright report
if: always()
uses: actions/upload-artifact@v4
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": "cross-env-shell DEBUG=pw:browser* xvfb-run 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 9fc74a6

Please sign in to comment.