Compare commits

..

1 Commits

Author SHA1 Message Date
34543a38a7 Restore the step to install browsers 2024-08-11 21:24:47 +02:00

View File

@ -19,7 +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 &