Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/webpack-5.96.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mannycarrera4 authored Nov 12, 2024
2 parents 2cb5652 + ca35b69 commit 5497fd1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/forward-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5497fd1

Please sign in to comment.