Skip to content
Snippets Groups Projects
Unverified Commit 977cc03a authored by Lauren Tan's avatar Lauren Tan
Browse files

[ci] Remove build_devtools_and_process_artifacts as a dependency to run_devtools_e2e_tests

I just noticed that we don't actually need to let the devtools build finish first because the e2e tests don't use those built files. We can decouple them to allow them to run in paralllel.
parent bdff9887
Branches pr32267
No related merge requests found
......@@ -548,7 +548,7 @@ jobs:
run_devtools_e2e_tests:
name: Run DevTools e2e tests
needs: build_devtools_and_process_artifacts
needs: build_and_lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment