Skip to content

Commit

Permalink
Align windows smoke test with npx smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
ghengeveld committed Oct 18, 2023
1 parent a7f7ebd commit f7f4d4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/smoke-test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
with:
node-version: lts/*
- name: install
run: yarn
run: yarn && git status --porcelain
- name: prep package
run: node ./scripts/rename.js storybook-chromatic
run: ./scripts/rename.js storybook-chromatic
- run: yarn build
- name: run chromatic
run: npx -p . chromatic --build-script-name build-test-storybook --exit-zero-on-changes --force-rebuild
Expand Down

0 comments on commit f7f4d4d

Please sign in to comment.