From 1e1b3fca1f46dcd89b1fbb6d1eb755dc5f45c208 Mon Sep 17 00:00:00 2001 From: Santiago Palladino Date: Tue, 5 Mar 2024 15:27:45 -0300 Subject: [PATCH] chore: Add missing jobs to CI end `build-docs` and `yarn-project-test` were not requirements of `end`, which is the job that signals that the CI ended successfully. This caused PRs to be auto-merged with failing unit tests. --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 84ac475ac90..f27f385d638 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1514,6 +1514,7 @@ workflows: - barretenberg-join-split-tests - barretenberg-acir-tests-bb - barretenberg-docs + - build-docs - mainnet-fork - e2e-2-pxes - e2e-note-getter @@ -1560,6 +1561,7 @@ workflows: - guides-sample-dapp - guides-up-quick-start - yellow-paper + - yarn-project-test <<: *defaults # Benchmark jobs.