Skip to content

Commit

Permalink
remove csf upgrade in nightly check
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Aug 15, 2023
1 parent 5cce841 commit 0fc2fae
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ jobs:
run: |
npx storybook@next upgrade --prerelease --yes
# TODO: This should not be necessary once @storybook/csf is properly updated
- name: Fix local @storybook/csf version
run: |
yarn add @storybook/csf@0.0.2--canary.4566f4d.1
- name: Run test runner
uses: mathiasvr/command-output@v1
id: tests
Expand Down Expand Up @@ -119,11 +115,6 @@ jobs:
run: |
npx storybook@next upgrade --prerelease --yes
# TODO: This should not be necessary once @storybook/csf is properly updated
- name: Fix local @storybook/csf version
run: |
yarn add @storybook/csf@0.0.2--canary.4566f4d.1
- name: Run test runner and expect failure
uses: mathiasvr/command-output@v1
with:
Expand Down

0 comments on commit 0fc2fae

Please sign in to comment.