diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index c0f60204..48a004f5 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -8,8 +8,6 @@ jobs: test: timeout-minutes: 60 runs-on: ubuntu-latest - container: - image: mcr.microsoft.com/playwright:v1.41.1-jammy services: mailpit: image: 'axllent/mailpit:latest' @@ -48,6 +46,9 @@ jobs: - name: Run Laravel Server run: php artisan serve > /dev/null 2>&1 & + - name: Install Playwright Browsers + run: npx playwright install --with-deps + - name: Run Playwright tests run: npx playwright test env: