feat: use test:debug for CI

This commit is contained in:
JellyBrick
2023-10-16 02:08:25 +09:00
parent d78fbe476e
commit 7577aba45e
3 changed files with 16 additions and 4 deletions

View File

@ -36,11 +36,11 @@ jobs:
run: pnpm install --frozen-lockfile
- name: Test
uses: GabrielBB/xvfb-action@v1
uses: coactions/setup-xvfb@v1
env:
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1
with:
run: pnpm test
run: pnpm test:debug
# Build and release if it's the main repository
- name: Build and release on Mac