diff --git a/.github/workflows/forward-merge.yml b/.github/workflows/forward-merge.yml index 09fa97fdc6..9cb03d6f54 100644 --- a/.github/workflows/forward-merge.yml +++ b/.github/workflows/forward-merge.yml @@ -150,7 +150,7 @@ jobs: run: npx http-server docs -p 9001 & npx wait-on http://localhost:9001 - name: Integration tests - run: yarn cypress run --record --parallel --env skip_storybook_test=true # skip the Storybook test during forward merges + run: yarn cypress run --component --record --parallel --env skip_storybook_test=true # skip the Storybook test during forward merges env: # Github Actions doesn't support encryption on forks # If these keys become compromised, we will rotate and disable these features