go back to installing - less chance of forgetting to update
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user