Skip to content

Commit

Permalink
test: Clean up e2e debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmilton committed Jul 14, 2024
1 parent 12e5805 commit a0ec42d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,14 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
# - run: sudo apt-get install -y fonts-cantarell && sudo fc-cache -fv
# - run: cp .github/workflows/fonts.conf ~/.config/fontconfig/fonts.conf
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- run: bun install --frozen-lockfile
- run: bun playwright install chromium
- run: bun run build
- run: bun run test:e2e --reporter=github,dot,html
# - run: xvfb-run --auto-servernum -- bun run test:e2e --reporter=dot,html
- run: bun run test:e2e --reporter=github,html
- uses: actions/upload-artifact@v4
if: always()
with:
Expand Down

0 comments on commit a0ec42d

Please sign in to comment.