Skip to content

Update typescript-eslint monorepo to ^6.20.0 - autoclosed #257

Update typescript-eslint monorepo to ^6.20.0 - autoclosed

Update typescript-eslint monorepo to ^6.20.0 - autoclosed #257

Workflow file for this run

name: playwright tests
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- name: 🛎️ Checkout
uses: actions/checkout@v3
- name: 📦 Use PNPM
uses: pnpm/action-setup@v2
with:
version: 8.10.5
- name: 🐧 Use Node 20.9.0
uses: actions/setup-node@v3
with:
node-version: 20.9.0
registry-url: https://registry.npmjs.org/
cache: pnpm
- name: 🔍 Install dependencies
run: pnpm install --frozen-lockfile --ignore-scripts
- name: 🔍 Install Playwright browsers
run: pnpm exec playwright install --with-deps
- name: 🎭 Run tests
run: pnpm exec playwright test