diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0098506252..2a32e065be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,9 +65,6 @@ jobs: - name: Build run: | yarn build - - name: Storybook build - run: | - yarn build-storybook - name: Run tests run: | yarn test:ci