Skip to content

Commit c53cdf2

Browse files
committed
chore: reorder CI steps in test-ui.yml for clarity and update AGENTS.md to reflect the change
1 parent 581e92d commit c53cdf2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test-ui.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
with:
1515
node-version: 26.3.1
1616

17-
- name: Install Playwright
18-
run: npm run install-chromium
19-
2017
- name: Install dependencies
2118
run: npm ci
2219

20+
- name: Install Playwright
21+
run: npm run install-chromium
22+
2323
- name: Run tests with coverage
2424
run: npm run test:coverage

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ dist/ # Build output (gitignored in dev; published to npm)
100100
- Stories live in `src/stories/`; primary file: `SmartEdge.stories.tsx`.
101101
- Demo fixtures and `demoRegistry` live in `src/demos/` and are shared with the Docusaurus `<FlowDemo />` component.
102102
- `GraphWrapper` wraps flows with `data-testid="graph-wrapper"`.
103-
- CI (`.github/workflows/test-ui.yml`): Node 26.3.1 → `install-chromium``npm ci``npm run test-storybook`.
103+
- CI (`.github/workflows/test-ui.yml`): Node 26.3.1 → `npm ci``install-chromium``npm run test-storybook`.
104104

105105
When adding behavior, prefer extending existing stories or adding a focused story over introducing a parallel test harness.
106106

0 commit comments

Comments
 (0)