Skip to content

Commit

Permalink
ci: Make job_build required to pass (#6245)
Browse files Browse the repository at this point in the history
* ci: Make `job_build` required to pass

* ci: Make sure browser build tests are successful
  • Loading branch information
mydea committed Nov 21, 2022
1 parent b9dbc39 commit 2f37d32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -698,6 +698,8 @@ jobs:
name: All required tests passed or skipped
needs:
[
job_build,
job_browser_build_tests,
job_unit_test,
job_nextjs_integration_test,
job_node_integration_tests,
Expand Down

0 comments on commit 2f37d32

Please sign in to comment.