From d381734afa95d2f48a71fc5af14588bfbe288e9b Mon Sep 17 00:00:00 2001 From: ludamad Date: Thu, 28 Mar 2024 12:05:34 -0400 Subject: [PATCH 1/2] fix: require noir-packages-test to finish --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 371aed4c1c7d..0d5d4230362b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1556,6 +1556,7 @@ workflows: - guides-sample-dapp - guides-up-quick-start - yellow-paper + - noir-packages-test - yarn-project-test <<: *defaults From 794c358bc6acf80c42fe9343c4d7a28fd09940bf Mon Sep 17 00:00:00 2001 From: ludamad Date: Thu, 28 Mar 2024 14:35:51 -0400 Subject: [PATCH 2/2] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0d5d4230362b..8878dbc94bb8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1556,7 +1556,7 @@ workflows: - guides-sample-dapp - guides-up-quick-start - yellow-paper - - noir-packages-test + - noir-packages-tests - yarn-project-test <<: *defaults