Skip to content

Commit 977cc03

Browse files
committed
[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.
1 parent bdff988 commit 977cc03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/runtime_build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ jobs:
548548

549549
run_devtools_e2e_tests:
550550
name: Run DevTools e2e tests
551-
needs: build_devtools_and_process_artifacts
551+
needs: build_and_lint
552552
runs-on: ubuntu-latest
553553
steps:
554554
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)