Skip to content

Commit

Permalink
Make sure playwright npm package is installed before pulling browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
MuchQuak committed Feb 10, 2025
1 parent 5f0c8ee commit d83360a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: docker exec symbiota-laravel-web-1 php artisan test

- name: Install Playwright Browsers
run: docker exec symbiota-laravel-web-1 npx playwright install
run: docker exec symbiota-laravel-web-1 npm install -D && npx playwright install --with-deps

- name: Run Playwright Tests
run: docker exec symbiota-laravel-web-1 npx playwright test

0 comments on commit d83360a

Please sign in to comment.