Skip to content

Commit 6fffff4

Browse files
committed
Add tests
1 parent 1645869 commit 6fffff4

File tree

6 files changed

+1396
-107
lines changed

6 files changed

+1396
-107
lines changed

.github/workflows/tests.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: npm run lint
3636

3737
unit:
38-
runs-on: macos-latest
38+
runs-on: ubuntu-latest
3939
steps:
4040
- uses: actions/checkout@v4
4141
- uses: actions/setup-node@v4
@@ -44,6 +44,8 @@ jobs:
4444
cache: npm
4545
- name: Install dependencies
4646
run: npm install
47+
- name: Install Playwright Dependencies
48+
run: npx playwright install chromium --with-deps
4749
- name: Run tests
4850
run: npm run test -- -- --retry=3 --coverage.enabled
4951
- name: Upload coverage to Codecov

0 commit comments

Comments
 (0)