Skip to content

Merge branch 'main' into set-up-playwright #915

Merge branch 'main' into set-up-playwright

Merge branch 'main' into set-up-playwright #915

Workflow file for this run

name: Test
on:
push:
branches: ["**"]
pull_request:
branches: ["**"]
permissions:
contents: read
jobs:
test:
name: Run Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
- name: Setup
uses: ./.github/actions/setup
- name: Run tests
run: pnpm test --run