diff --git a/.github/workflows/shared-component-visual-tests.yaml b/.github/workflows/shared-component-visual-tests.yaml index 0377c96c7f..aa9374f934 100644 --- a/.github/workflows/shared-component-visual-tests.yaml +++ b/.github/workflows/shared-component-visual-tests.yaml @@ -55,12 +55,6 @@ jobs: if: steps.playwright-cache.outputs.cache-hit != 'true' run: "yarn playwright install --with-deps --only-shell" - - name: Build storybook dependencies - # When the first test is ran, it will fail because the dependencies are not yet built. - # This step is to ensure that the dependencies are built before running the tests. - run: "yarn --cwd packages/shared-components test:storybook:ci" - continue-on-error: true - - name: Run Visual tests run: "yarn --cwd packages/shared-components test:storybook:ci"