Skip to content

Commit

Permalink
rollback image changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregor Vostrak authored and Gregor Vostrak committed Jan 23, 2024
1 parent 46fed78 commit 75a8d7a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 75a8d7a

Please sign in to comment.