Skip to content

Commit 99ba284

Browse files
committed
fix: ci
1 parent d0e14c8 commit 99ba284

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ jobs:
6565
node-version: 22
6666
cache: "npm"
6767
- name: Install dependencies
68-
run: yarn
68+
run: npm ci
6969
- name: Install Playwright
7070
run: npx playwright install --with-deps
7171
- name: Build Storybook
72-
run: yarn build-storybook --quiet
72+
run: npm run build:storybook --quiet
7373
- name: Serve Storybook and run tests
7474
run: |
7575
npx concurrently -k -s first -n "SB,TEST" -c "magenta,blue" \
7676
"npx http-server storybook-static --port 6006 --silent" \
77-
"npx wait-on tcp:127.0.0.1:6006 && yarn test-storybook"
77+
"npx wait-on tcp:127.0.0.1:6006 && npm run test-storybook:ci"

0 commit comments

Comments
 (0)