From 6862304229bd06ccce25df963a4a18b59b677468 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 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4fc68488e..b2a5f6d0d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -306,4 +306,8 @@ workflows: - just_simulate_sc_rehearsal_2 - just_simulate_sc_rehearsal_4 - just_simulate_ink_respected_game_type - - simulate_non_terminal_tasks \ No newline at end of file + # 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