Skip to content

Commit

Permalink
update ci again with yarn set version
Browse files Browse the repository at this point in the history
  • Loading branch information
ethriel3695 committed May 22, 2024
1 parent dc6e3e9 commit b35ecc9
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/chromatic-main-and-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: lts/*
- run: yarn set version berry
- name: install
run: yarn install --immutable
- uses: chromaui/action@latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/chromatic-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: lts/*
- run: yarn set version berry
- name: install
run: yarn install --immutable
- uses: chromaui/action@latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/chromatic-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: lts/*
- run: yarn set version berry
- name: install
run: yarn install --immutable
- uses: chromaui/action-canary@latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/smoke-test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: lts/*
- run: yarn set version berry
- run: yarn
- run: yarn build
- uses: ./
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 @@ -14,6 +14,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: latest
- run: yarn set version berry
- run: yarn
- run: yarn build
- name: run chromatic via node
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/smoke-test-node18.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- run: yarn set version berry
- run: yarn
- run: yarn build
- uses: ./
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/smoke-test-node20.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 20
- run: yarn set version berry
- run: yarn
- run: yarn build
- uses: ./
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/smoke-test-npx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: lts/*
- run: yarn set version berry
- name: install
run: yarn && git status --porcelain
- run: yarn build
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/smoke-test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: lts/*
- run: yarn set version berry
- name: install
run: yarn && git status --porcelain
- name: prep package
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/smoke-test-yarn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: lts/*
- run: yarn set version berry
- run: yarn
- run: yarn build
- run: yarn chromatic --build-script-name build-test-storybook --exit-zero-on-changes --force-rebuild
Expand Down

0 comments on commit b35ecc9

Please sign in to comment.