From cbbd0a1bbfa4a42904fc59c9efb6ccdcdb3191cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krystian=20Droz=CC=87dz=CC=87yn=CC=81ski?= Date: Thu, 29 Aug 2024 09:41:38 +0200 Subject: [PATCH] Install only `chromium` --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 923b824..93f8ec7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -47,7 +47,7 @@ jobs: - name: Install Dependencies run: | yarn install - yarn dlx playwright install --with-deps + yarn dlx playwright install --with-deps chromium - name: Build run: yarn build - name: Run tests