go back to installing - less chance of forgetting to update

This commit is contained in:
Ashley Harrison
2025-07-01 13:13:37 +01:00
parent ea1ec844a5
commit 9b8924fe74
2 changed files with 3 additions and 4 deletions
@@ -20,8 +20,6 @@ jobs:
verify-storybook:
name: Verify Storybook (Playwright)
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.52.0-noble
permissions:
contents: read
@@ -40,5 +38,8 @@ 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
@@ -13,8 +13,6 @@ type ActionButtonProps = ButtonProps & {
action: ActionModel<Field>;
};
// Test comment to trigger storybook verification tests in CI
/**
* @internal
*/