Skip to content

Commit

Permalink
ci: Updated forward merge yml (#3027)
Browse files Browse the repository at this point in the history
Fixes: #3026  

Updating the forward merge yml file to add `--component` flag.

[category:Infrastructure]
  • Loading branch information
josh-bagwell authored Nov 4, 2024
1 parent 9ebd23f commit 7e352e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/forward-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7e352e4

Please sign in to comment.