From 1e260835c27f0d4694153f69597ef77493462ded Mon Sep 17 00:00:00 2001 From: reluc Date: Fri, 13 Dec 2024 15:45:31 +0100 Subject: [PATCH] ci(browser-test): add linux optional library --- .github/workflows/browser-test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/browser-test.yml b/.github/workflows/browser-test.yml index 018591d93..936d98c30 100644 --- a/.github/workflows/browser-test.yml +++ b/.github/workflows/browser-test.yml @@ -20,6 +20,8 @@ jobs: cache: "npm" - name: Install Dependencies run: npm ci + - name: Install linux rollup optional dependencies + run: npm i @rollup/rollup-linux-x64-gnu -D - name: Install Playwright Browsers run: npx playwright install --with-deps - name: Test with browser bundle