Skip to content

Commit def0c5e

Browse files
committed
tests for all adapters
1 parent 52cebbd commit def0c5e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/playwright.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ jobs:
77
runs-on: ubuntu-20.04
88
strategy:
99
matrix:
10-
adapter: ['vue3']
10+
adapter: ['vue3', 'react', 'svelte']
11+
env:
12+
PACKAGE: ${{ matrix.adapter }}
1113
steps:
1214
- uses: actions/checkout@v4
1315

@@ -45,7 +47,7 @@ jobs:
4547
run: cd tests/app && npm install
4648

4749
- name: Run Playwright Tests
48-
run: cd tests && PACKAGE=${{ matrix.adapter }} npx playwright test
50+
run: cd tests && npx playwright test
4951

5052
- uses: actions/upload-artifact@v4
5153
if: ${{ !cancelled() }}

0 commit comments

Comments
 (0)