Skip to content

Commit

Permalink
test: e2e debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmilton committed Jul 14, 2024
1 parent 6558ce5 commit 7cd6a9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
- run: bun install --frozen-lockfile
- run: bun playwright install chromium
- run: bun run build
- run: bun run test:e2e --reporter=dot,html
# - run: bun run test:e2e --reporter=dot,html
- run: xvfb-run --auto-servernum -- bun run test:e2e --reporter=dot,html
- uses: actions/upload-artifact@v4
if: always()
with:
Expand Down

0 comments on commit 7cd6a9e

Please sign in to comment.