Update playwright.yml

This commit is contained in:
2025-05-22 23:59:47 +02:00
committed by GitHub
parent 9fad25e5f9
commit 01f4dd60f9

View File

@ -15,6 +15,8 @@ jobs:
node-version: lts/*
- name: Install dependencies
run: npm ci
- name: Install dependencies
run: npm run build
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Run Playwright tests