Restore the step to install browsers

This commit is contained in:
Manuel Bustillo 2024-08-11 21:24:47 +02:00
parent 081c8eb9dd
commit 34543a38a7

View File

@ -19,6 +19,7 @@ jobs:
run: npm install -g pnpm && pnpm install
- name: Build the service that will be tested
run: npm run build
run: pnpm exec playwright install --with-deps
- name: Run the service that will be tested
run: npm run start &
- name: Run Playwright tests