From 1c89cf1c4ba8d6b53a3517afb3126216d619873f Mon Sep 17 00:00:00 2001 From: Geoff Rich <4992896+geoffrich@users.noreply.github.com> Date: Sun, 19 Nov 2023 16:51:02 -0800 Subject: [PATCH] chore: only download Chromium --- .../workflows/azure-static-web-apps-polite-desert-00b80111e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/azure-static-web-apps-polite-desert-00b80111e.yml b/.github/workflows/azure-static-web-apps-polite-desert-00b80111e.yml index e4e4b22..74f2778 100644 --- a/.github/workflows/azure-static-web-apps-polite-desert-00b80111e.yml +++ b/.github/workflows/azure-static-web-apps-polite-desert-00b80111e.yml @@ -68,7 +68,7 @@ jobs: - name: Install dependencies run: npm ci - name: Install Playwright - run: npx playwright install --with-deps + run: npx playwright install chromium --with-deps - name: Run Playwright tests run: npm test env: