From 11503858b25b4fea78fe128eaf52be2224853ad2 Mon Sep 17 00:00:00 2001 From: Jackson Hoffart Date: Fri, 9 Aug 2024 12:46:07 +0200 Subject: [PATCH] npx playwright install --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1e21f85..059a204 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: - run: npm install env: SKIP_PREPARE: true - - run: npm playwright install + - run: npx playwright install - run: npm run test:integration env: CI: true