Skip to content

v0.46.12

v0.46.12 #1449

name: Run Playwright
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
playwright:
name: 'Playwright and Lint'
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.45.0-focal
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
- uses: actions/setup-node@v4
with:
node-version: '20'
cache: 'pnpm'
- name: Install dependencies
run: pnpm i
- name: Run playwright tests
env:
NODE_OPTIONS: '--max_old_space_size=4096'
FATHOM_ID: 'ABCDEFGF'
run: pnpm test:integration