Skip to content

Commit

Permalink
Running tests without containers.
Browse files Browse the repository at this point in the history
No specific reason, the normal way is fast enough and matches local running too
  • Loading branch information
mendhak committed May 25, 2024
1 parent ab48aa5 commit b229446
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,17 @@ jobs:
playwright-tests:
timeout-minutes: 60
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: lts/*
- name: Install dependencies
run: npm ci
# - name: Install Playwright Browsers
# run: npx playwright install --with-deps
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Run Playwright tests
run: npx playwright test
env:
HOME: /root
# - uses: actions/upload-artifact@v4
# if: always()
# with:
Expand Down

0 comments on commit b229446

Please sign in to comment.