Skip to content

types: cleanup, lint fix #62

types: cleanup, lint fix

types: cleanup, lint fix #62

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.47.2-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'
ANALYTICS_ID_FLOWBITE: 'G-12345ABCDE'
run: pnpm test:integration