Skip to content

test: fix @slow tests #29

test: fix @slow tests

test: fix @slow tests #29

Workflow file for this run

name: Tests
on:
push:
branches:
- master
pull_request:
branches:
- '**'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: with NodeJS
uses: actions/setup-node@v3
with:
node-version: '18.x'
cache: 'npm'
- run: npm ci
- run: npx playwright install
- run: npm run build
- run: npm run lint
- run: npm test