DevTools e2e workflow: Download build artifacts (#24676)

When running the hourly DevTools testing workflow, we don't need to
build React from scratch each time; we can download its build artifacts,
like we do for sizebot and the release workflow.
This commit is contained in:
Andrew Clark
2022-06-06 09:57:35 -04:00
committed by GitHub
parent 7a5b8227c7
commit a97a0810ea
+2 -2
View File
@@ -555,12 +555,12 @@ workflows:
- main
jobs:
- setup
- yarn_build_combined:
- get_base_build:
requires:
- setup
- build_devtools_and_process_artifacts:
requires:
- yarn_build_combined
- get_base_build
- run_devtools_tests_for_versions:
requires:
- build_devtools_and_process_artifacts