Skip to content

restore compatibility with the legacy pool system #152

restore compatibility with the legacy pool system

restore compatibility with the legacy pool system #152

Workflow file for this run

name: Test
on:
push:
branches: [master]
pull_request:
types: [opened, synchronize]
jobs:
test:
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.46.0-jammy
steps:
- uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20
- uses: pnpm/action-setup@v4
- run: pnpm i
- run: pnpm test