Skip to content

Commit

Permalink
ci: use docker version of playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
PapePathe committed Nov 5, 2023
1 parent edec0a2 commit d725b60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
test:
timeout-minutes: 60
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.39.0-jammy
defaults:
run:
working-directory: baloot
Expand All @@ -18,8 +20,6 @@ jobs:
node-version: 18
- name: Install dependencies
run: npm ci
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: start frontend server
run: npm start | cat - &
- name: Run Playwright tests
Expand Down

0 comments on commit d725b60

Please sign in to comment.