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