Skip to content

feat: run every library against the shared scenarios #809

feat: run every library against the shared scenarios

feat: run every library against the shared scenarios #809

Workflow file for this run

name: library-test
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- run: npm ci
- run: npx playwright install
- run: npm test
- name: Generated files are up to date
run: npm run generate:check