diff --git a/.github/workflows/argos.yml b/.github/workflows/argos.yml index 580a60dacf88..7ad905499fbe 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