From 55bb3fd671067f6df7914ce8de0f70fe6be1f61f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Luba=C5=84ski?= Date: Tue, 9 Jan 2024 15:52:53 +0100 Subject: [PATCH] chore: fix webkit install command --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cb98516f..fa9626bc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,8 +20,7 @@ jobs: - name: Install dependencies run: | npm install - npx playwright install-deps webkit - npx playwright install firefox + npx playwright install firefox webkit --with-deps - name: Run tests run: | npm run test