fix: remove redundant ``yarn install && yarn build`` from e2e (#4391)
### Description - test.yaml workflow already installs yarn dependencies and runs `yarn build` so it's redundant and wasteful to do the same in the main.rs file for run-locally which is dependent on yarn build as it is. So, I made it conditional if E2E_CI_MODE="false". yarn install ~= 19s yarn build ~= 1m33s It should save us 1m52s in the usual longest running CI item. ### Drive-by changes None ### Related issues <!-- - Fixes #[issue number here] --> ### Backward compatibility <!-- Are these changes backward compatible? Are there any infrastructure implications, e.g. changes that would prohibit deploying older commits using this infra tooling? Yes/No --> ### Testing e2emo/keyfunder-707db4a27
parent
b6cea10b63
commit
535eeb192b
Loading…
Reference in new issue