From 0fc2fae27beff226ea02885de3faf4fd6ffc4b41 Mon Sep 17 00:00:00 2001 From: Yann Braga Date: Tue, 15 Aug 2023 20:25:07 +0200 Subject: [PATCH] remove csf upgrade in nightly check --- .github/workflows/nightly.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 09986f23..bc6c7b57 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -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 @@ -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: