-
Task
-
Resolution: Done
-
L3 - Default
-
None
-
None
Context:
Currently the e2e test stage also runs a yarn build, given that we stash the client build in the initial build stage and unstash them into the e2e stage we should find a way to skip the build as it takes >1minute.
AT:
- yarn build is skipped in the e2e stage instead the build results from the `build` stage are unstashed
- also consider stashing the `yarn install` output to skip this step too