From b8f89d4ff94da7fccc7ebde1c0b3f18467e18c4f Mon Sep 17 00:00:00 2001 From: Blaine Malone Date: Wed, 18 Dec 2024 19:55:34 -0500 Subject: [PATCH] fix: simulate enabled in ci. --- .circleci/config.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 328129501..c47568715 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -258,5 +258,8 @@ workflows: - just_simulate_sc_rehearsal_1 - just_simulate_sc_rehearsal_2 - just_simulate_sc_rehearsal_4 - - # - simulate_non_terminal_tasks + # Simulate non-terminal tasks. + # This process finds all non-terminal tasks that currently + # exist in the task list and simulates them to ensure that + # they are still valid. + - simulate_non_terminal_tasks