Skip to content

Commit

Permalink
Remove the container and go back to system dependency installation
Browse files Browse the repository at this point in the history
  • Loading branch information
saboonikhil committed Feb 28, 2025
1 parent 611a8c0 commit df4052c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,17 @@ jobs:
if: github.event_name == 'deployment_status' && github.event.deployment_status.state == 'success'
timeout-minutes: 15
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.39.0-jammy
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Install dependencies
run: yarn
- name: Install Playwright dependencies
run: npx playwright install-deps chromium
- name: Install Playwright browsers
run: npx playwright install chromium
- name: Run Playwright tests
run: yarn playwright test
env:
Expand Down

0 comments on commit df4052c

Please sign in to comment.