diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 7b34423..30820f1 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -29,7 +29,7 @@ jobs: - name: Prepare run: | npm install playwright - npm exec playwright install --with-deps + npx playwright install --with-deps - name: Run your tests run: npm run test:run