Skip to content

Commit

Permalink
add pnpm to the yarn tests as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed May 17, 2024
1 parent 120b84b commit 3a2bd86
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/smoke-test-yarn-berry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: lts/*
- uses: pnpm/action-setup@v4
with:
version: 9
- run: rm -rf subdir # remove conflicting subproject
- run: yarn set version berry
- name: install
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/smoke-test-yarn-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: lts/*
- uses: pnpm/action-setup@v4
with:
version: 9
- run: rm -rf subdir # remove conflicting subproject
- run: yarn set version canary
- name: install
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/smoke-test-yarn-classic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: lts/*
- uses: pnpm/action-setup@v4
with:
version: 9
- run: rm -rf subdir # remove conflicting subproject
- run: yarn set version 1.x.x
- run: yarn install
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/smoke-test-yarn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: lts/*
- uses: pnpm/action-setup@v4
with:
version: 9
- run: yarn install
- run: yarn build
- run: yarn chromatic --build-script-name build-test-storybook --exit-zero-on-changes --force-rebuild
Expand Down

0 comments on commit 3a2bd86

Please sign in to comment.