From bc150d2c8563f045e80d9164a8104517fbae5abc Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Thu, 31 Aug 2023 12:57:29 +0200 Subject: [PATCH] ci: only install Chromium for Playwright Argos tests (#9264) --- .github/workflows/argos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/argos.yml b/.github/workflows/argos.yml index 580a60dacf..7ad905499f 100644 --- a/.github/workflows/argos.yml +++ b/.github/workflows/argos.yml @@ -42,7 +42,7 @@ jobs: run: yarn install --frozen-lockfile - name: Install Playwright browsers - run: npx playwright install --with-deps + run: npx playwright install --with-deps chromium - name: Build website fast run: yarn build:website:fast