Commit 9f01753
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
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
376 | 376 | | |
377 | 377 | | |
378 | 378 | | |
379 | | - | |
380 | 379 | | |
381 | 380 | | |
382 | 381 | | |
| |||
0 commit comments