Skip to content

Fix test page

Fix test page #26

Workflow file for this run

name: Web Test Runner
on:
workflow_dispatch:
push:
branches: [ "main" ]
paths:
- '**.js'
- 'pnpm-lock.yaml'
- '.github/'
pull_request:
branches: [ "main" ]
paths:
- '**.js'
- 'pnpm-lock.yaml'
- '.github/'
concurrency:
group: wtr-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
web-test-runner:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: ./.github/actions/setup
- name: Install Playwright Browsers
run: pnpm dlx [email protected] install --with-deps chromium
- name: Run unit tests
run: pnpm test