diff --git a/.github/workflows/forward-merge.yml b/.github/workflows/forward-merge.yml index b967243290..97c371d4bd 100644 --- a/.github/workflows/forward-merge.yml +++ b/.github/workflows/forward-merge.yml @@ -146,11 +146,8 @@ jobs: # ignoreLastBuildOnBranch: ${{ needs.get-branch-names.outputs.next-branch }} # debug: true - - name: Start Server - run: npx http-server docs -p 9001 & npx wait-on http://localhost:9001 - - name: Integration tests - run: yarn cypress run --component --record --parallel --env skip_storybook_test=true # skip the Storybook test during forward merges + run: yarn cypress run --component --record --parallel env: # Github Actions doesn't support encryption on forks # If these keys become compromised, we will rotate and disable these features