Skip to content

Commit

Permalink
Merge pull request #352 from storybookjs/fix/nightly
Browse files Browse the repository at this point in the history
CI: Fix yarn 2 issue
  • Loading branch information
yannbf authored Sep 6, 2023
2 parents 71781bd + 65184c9 commit e145525
Show file tree
Hide file tree
Showing 3 changed files with 141 additions and 123 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
- name: Upgrade to storybook@next
run: |
npx storybook@next upgrade --prerelease --yes
env:
YARN_ENABLE_IMMUTABLE_INSTALLS: false

- name: Run test runner
uses: mathiasvr/command-output@v1
Expand Down Expand Up @@ -114,6 +116,8 @@ jobs:
- name: Upgrade to storybook@next
run: |
npx storybook@next upgrade --prerelease --yes
env:
YARN_ENABLE_IMMUTABLE_INSTALLS: false

- name: Run test runner and expect failure
uses: mathiasvr/command-output@v1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@storybook/addon-coverage": "^0.0.7",
"@storybook/addon-essentials": "^7.3.0",
"@storybook/addon-interactions": "^7.3.0",
"@storybook/jest": "^0.1.0",
"@storybook/jest": "^0.2.2",
"@storybook/react": "^7.3.0",
"@storybook/react-vite": "^7.3.0",
"@storybook/testing-library": "^0.2.0",
Expand Down
Loading

0 comments on commit e145525

Please sign in to comment.