Skip to content

Commit

Permalink
Try running the playwright tests in a container
Browse files Browse the repository at this point in the history
  • Loading branch information
mendhak committed May 25, 2024
1 parent f47ff35 commit 6c07da0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ on:
workflow_dispatch:

jobs:
test:
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
Expand Down

0 comments on commit 6c07da0

Please sign in to comment.