From 0413476a777942d1c316141bc27bec29a81a6d6d Mon Sep 17 00:00:00 2001 From: Henna <62267575+HennaAbbas@users.noreply.github.com> Date: Fri, 24 Oct 2025 14:45:59 -0400 Subject: [PATCH 1/8] 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 f44bf9b..a833961 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -16,4 +16,4 @@ workflows: - test-coordinator - test-unit -#test +#testing From abadc485e8efb1505cc6b3bbae1fe0daf6581e85 Mon Sep 17 00:00:00 2001 From: Henna <62267575+HennaAbbas@users.noreply.github.com> Date: Mon, 27 Oct 2025 12:47:55 -0400 Subject: [PATCH 2/8] Update config.yml --- .circleci/config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a833961..edd8208 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,12 +8,15 @@ jobs: - image: cimg/node:20.10 steps: - checkout + - run : sleep 1000 workflows: build-test-deploy: jobs: - test-coordinator - - test-unit + - test-unit: + requires: + - test-coordinator #testing From 6895869a96f13eef0139d44593edb686feeee9c0 Mon Sep 17 00:00:00 2001 From: Henna <62267575+HennaAbbas@users.noreply.github.com> Date: Mon, 27 Oct 2025 12:49:02 -0400 Subject: [PATCH 3/8] Update config.yml --- .circleci/config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index edd8208..ef978fd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,9 +14,10 @@ jobs: workflows: build-test-deploy: jobs: - - test-coordinator - test-unit: requires: - - test-coordinator + - test-coordinator + - test-coordinator + #testing From b59435ee7b52afc31ae8a53e24826f3b553df3c9 Mon Sep 17 00:00:00 2001 From: Henna <62267575+HennaAbbas@users.noreply.github.com> Date: Mon, 27 Oct 2025 12:50:00 -0400 Subject: [PATCH 4/8] Update config.yml --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ef978fd..1736ae8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,10 +14,10 @@ jobs: workflows: build-test-deploy: jobs: - - test-unit: + - test-unit + - test-coordinator: requires: - - test-coordinator - - test-coordinator + - test-unit #testing From 3adbb9206aa94159459c8c2839c961af277e43ca Mon Sep 17 00:00:00 2001 From: Henna <62267575+HennaAbbas@users.noreply.github.com> Date: Mon, 27 Oct 2025 12:52:11 -0400 Subject: [PATCH 5/8] Update config.yml --- .circleci/config.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1736ae8..d38a368 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -15,9 +15,7 @@ workflows: build-test-deploy: jobs: - test-unit - - test-coordinator: - requires: - - test-unit + - test-coordinator #testing From a66a2291ecac8088f6bddb755c4bed24da770ec0 Mon Sep 17 00:00:00 2001 From: Henna <62267575+HennaAbbas@users.noreply.github.com> Date: Mon, 27 Oct 2025 14:21:51 -0400 Subject: [PATCH 6/8] 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 d38a368..f008c95 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,4 +18,4 @@ workflows: - test-coordinator -#testing + From c0c257b1adf912f1949ea897180e14f5d403be5c Mon Sep 17 00:00:00 2001 From: Henna <62267575+HennaAbbas@users.noreply.github.com> Date: Mon, 27 Oct 2025 14:22:54 -0400 Subject: [PATCH 7/8] Update config.yml --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f008c95..a0b24f0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -15,7 +15,9 @@ workflows: build-test-deploy: jobs: - test-unit - - test-coordinator + - test-coordinator: + requires: + - test-unit From f8ae10a94b377804110dde658608b558ce02bbb6 Mon Sep 17 00:00:00 2001 From: Henna <62267575+HennaAbbas@users.noreply.github.com> Date: Mon, 27 Oct 2025 14:24:07 -0400 Subject: [PATCH 8/8] Update config.yml --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index a0b24f0..c154e93 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,5 +19,7 @@ workflows: requires: - test-unit + #test +