diff --git a/.github/workflows/storybook-verification-playwright.yml b/.github/workflows/storybook-verification-playwright.yml index e8391259f55..71618e2d85e 100644 --- a/.github/workflows/storybook-verification-playwright.yml +++ b/.github/workflows/storybook-verification-playwright.yml @@ -20,6 +20,8 @@ jobs: verify-storybook: name: Verify Storybook (Playwright) runs-on: ubuntu-latest + container: + image: mcr.microsoft.com/playwright:v1.53.0-noble permissions: contents: read @@ -38,8 +40,5 @@ jobs: - name: Install dependencies run: yarn install --immutable - - name: Install Playwright browsers - run: npx playwright install --with-deps - - name: Run Storybook and E2E tests run: yarn e2e:playwright:storybook