feat: use export testing

This commit is contained in:
Marc Diaz
2026-04-07 12:58:33 -04:00
parent 24928164ca
commit 6bff2a2a2c
7 changed files with 1857 additions and 197 deletions
+13
View File
@@ -31,6 +31,19 @@ jobs:
- run: npm ci
- run: npx tsc --noEmit
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- run: npm ci
- run: npx playwright install --with-deps chromium
- run: npm run test:browser
build:
name: Build
runs-on: ubuntu-latest