Avoid unnecessary step of installing browsers
Some checks failed
Playwright Tests / test (pull_request) Failing after 4m51s

This commit is contained in:
Manuel Bustillo 2024-08-11 21:19:47 +02:00
parent 09ba8f90d0
commit 081c8eb9dd

View File

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