Skip to content

fix: keep the scenarios package out of the published manifest #810

fix: keep the scenarios package out of the published manifest

fix: keep the scenarios package out of the published manifest #810

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