Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
cache: 'npm'
cache-dependency-path: '**/package-lock.json'
- run: npm ci
- name: Install Playwright
Comment thread
43081j marked this conversation as resolved.
Outdated
run: npx playwright install chromium
Comment thread
43081j marked this conversation as resolved.
Outdated
- name: test
env:
CI: true
Expand Down
Loading
Loading