From 0a98481991291a8e42be3dd59e76ebc6999a3b1c Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Tue, 15 Nov 2022 12:13:03 +0100 Subject: [PATCH] use npx --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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