Skip to content

Commit

Permalink
fix: simulate enabled in ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
blmalone committed Dec 19, 2024
1 parent 0be5adb commit b8f89d4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b8f89d4

Please sign in to comment.