From 7e352e48ecf2ba364d5b12d9cb18e8a78339b2db Mon Sep 17 00:00:00 2001 From: Josh <44883293+josh-bagwell@users.noreply.github.com> Date: Mon, 4 Nov 2024 12:11:36 -0700 Subject: [PATCH] ci: Updated forward merge yml (#3027) Fixes: #3026 Updating the forward merge yml file to add `--component` flag. [category:Infrastructure] --- .github/workflows/forward-merge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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