diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index 3343123..71ac811 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -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 @@ -15,7 +17,6 @@ jobs: - run: npm run lint env: CI: true - - run: npx playwright install - run: npm run test env: CI: true