Skip to content

Commit

Permalink
chore: use official container to speed up things
Browse files Browse the repository at this point in the history
  • Loading branch information
ramboz committed May 29, 2024
1 parent 598d741 commit 036852c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.44.1-jammy
steps:
- uses: actions/checkout@v3
- name: Use Node.js
Expand All @@ -15,7 +17,6 @@ jobs:
- run: npm run lint
env:
CI: true
- run: npx playwright install
- run: npm run test
env:
CI: true

0 comments on commit 036852c

Please sign in to comment.