* Steps to run during push builds.
()
| 41 | * Steps to run during push builds. |
| 42 | */ |
| 43 | function pushBuildWorkflow() { |
| 44 | // Note that if config is invalid, this build would have been skipped by CircleCI. |
| 45 | const config = getExperimentConfig(experiment); |
| 46 | runExperimentTests(config); |
| 47 | } |
| 48 | |
| 49 | /** |
| 50 | * Steps to run during PR builds. |
no test coverage detected