Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
7 changes: 6 additions & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: '24'
- run: cd frontend && yarn install
- name: Install Playwright browsers
run: cd frontend && yarn playwright install
- name: run tests
run: cd frontend && yarn test --browsers=ChromeHeadlessCustom --no-watch --no-progress
run: cd frontend && yarn test
license:
runs-on: ubuntu-latest
steps:
Expand Down
Loading
Loading