Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ethriel3695 committed May 22, 2024
1 parent 3c02939 commit 1c2c080
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
keys:
- v4-dependencies-{{ checksum "yarn.lock" }}
- v4-dependencies-

- run: yarn set version berry
- run: yarn install

- save_cache:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Prepare repository
run: git fetch --unshallow --tags

- run: yarn set version berry
- name: Install dependencies
run: yarn install --ignore-scripts

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/smoke-test-node-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
node-version: latest
- run: yarn set version berry
- run: yarn
- run: yarn build
- name: run chromatic via node
run: ./scripts/run-via-node.mjs
env:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/smoke-test-npx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
- run: yarn set version berry
- name: install
run: yarn && git status --porcelain
- name: prep package
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 1c2c080

Please sign in to comment.