Skip to content

Commit 2f37d32

Browse files
authored
ci: Make job_build required to pass (#6245)
* ci: Make `job_build` required to pass * ci: Make sure browser build tests are successful
1 parent b9dbc39 commit 2f37d32

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -698,6 +698,8 @@ jobs:
698698
name: All required tests passed or skipped
699699
needs:
700700
[
701+
job_build,
702+
job_browser_build_tests,
701703
job_unit_test,
702704
job_nextjs_integration_test,
703705
job_node_integration_tests,

0 commit comments

Comments
 (0)