try container instead

This commit is contained in:
Ashley Harrison
2025-07-01 13:07:54 +01:00
parent 11a6c908c0
commit 7f82a671c1
@@ -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