From 8ac5aa3e0df5ba24d3d424a5bd0c201b4691e68f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 22 Jul 2026 21:23:51 +0000 Subject: [PATCH 1/2] Use Storybook test builds for VRT and AAT Co-authored-by: joshblack <3901764+joshblack@users.noreply.github.com> --- .github/workflows/aat-reports.yml | 2 +- .github/workflows/vrt-reports.yml | 2 +- .github/workflows/vrt.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/aat-reports.yml b/.github/workflows/aat-reports.yml index 62aa4c81d5f..e2a6b31c918 100644 --- a/.github/workflows/aat-reports.yml +++ b/.github/workflows/aat-reports.yml @@ -35,7 +35,7 @@ jobs: - name: Install dependencies run: npm ci - name: Build storybook - run: npx turbo run build:storybook + run: npx turbo run build:storybook -- --test - name: Run storybook id: storybook working-directory: packages/react diff --git a/.github/workflows/vrt-reports.yml b/.github/workflows/vrt-reports.yml index 9e807a3a92b..1b04b1de7a7 100644 --- a/.github/workflows/vrt-reports.yml +++ b/.github/workflows/vrt-reports.yml @@ -35,7 +35,7 @@ jobs: - name: Install dependencies run: npm ci - name: Build storybook - run: npx turbo run build:storybook + run: npx turbo run build:storybook -- --test - name: Run storybook id: storybook working-directory: packages/react diff --git a/.github/workflows/vrt.yml b/.github/workflows/vrt.yml index 7d7f62e3d48..f265104d192 100644 --- a/.github/workflows/vrt.yml +++ b/.github/workflows/vrt.yml @@ -51,7 +51,7 @@ jobs: - name: Install dependencies run: npm ci - name: Build storybook - run: npx turbo run build:storybook + run: npx turbo run build:storybook -- --test - name: Run storybook id: storybook run: | From 3a62b78a06d431181f93d1ac2414e1847d89c439 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 23 Jul 2026 15:23:53 +0000 Subject: [PATCH 2/2] Scope Storybook test builds to VRT/AAT packages Co-authored-by: joshblack <3901764+joshblack@users.noreply.github.com> --- .github/workflows/aat-reports.yml | 2 +- .github/workflows/vrt-reports.yml | 2 +- .github/workflows/vrt.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/aat-reports.yml b/.github/workflows/aat-reports.yml index e2a6b31c918..df6646a8724 100644 --- a/.github/workflows/aat-reports.yml +++ b/.github/workflows/aat-reports.yml @@ -35,7 +35,7 @@ jobs: - name: Install dependencies run: npm ci - name: Build storybook - run: npx turbo run build:storybook -- --test + run: npx turbo run build:storybook --filter=@primer/react -- --test - name: Run storybook id: storybook working-directory: packages/react diff --git a/.github/workflows/vrt-reports.yml b/.github/workflows/vrt-reports.yml index 1b04b1de7a7..ff01c365736 100644 --- a/.github/workflows/vrt-reports.yml +++ b/.github/workflows/vrt-reports.yml @@ -35,7 +35,7 @@ jobs: - name: Install dependencies run: npm ci - name: Build storybook - run: npx turbo run build:storybook -- --test + run: npx turbo run build:storybook --filter=@primer/react --filter=@primer/styled-react -- --test - name: Run storybook id: storybook working-directory: packages/react diff --git a/.github/workflows/vrt.yml b/.github/workflows/vrt.yml index f265104d192..f5f426aca57 100644 --- a/.github/workflows/vrt.yml +++ b/.github/workflows/vrt.yml @@ -51,7 +51,7 @@ jobs: - name: Install dependencies run: npm ci - name: Build storybook - run: npx turbo run build:storybook -- --test + run: npx turbo run build:storybook --filter=@primer/react --filter=@primer/styled-react -- --test - name: Run storybook id: storybook run: |