Skip to content

Commit 9f01753

Browse files
fix(github-actions.mdx): remove extraneous build step from parallel example (#5304)
Fix example basic parallelization example by removing the `build` command from the `cypress-run` job, because including the `build` step overrwrites the existing use of `actions/download-artifact` and thereby undermines the build cacheing used in the `install` job Co-authored-by: Paul Jaffre <[email protected]>
1 parent c8a1755 commit 9f01753

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/guides/continuous-integration/github-actions.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,6 @@ jobs:
376376
- name: Cypress run
377377
uses: cypress-io/github-action@v5
378378
with:
379-
build: npm run build
380379
record: true
381380
parallel: true
382381
start: npm start

0 commit comments

Comments
 (0)