Skip to content

Commit

Permalink
ci: add playwright chrome installation to e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
Meierschlumpf committed Jan 2, 2025
1 parent f1f1bf2 commit bdbff0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ jobs:
network: host
env:
SKIP_ENV_VALIDATION: true
- name: Install playwright browsers
run: pnpm exec playwright install chromium
- name: Run E2E Tests
shell: bash
run: pnpm test:e2e
Expand Down

0 comments on commit bdbff0d

Please sign in to comment.