-
The test example documentation shows how to create tests for your systems that are called every time the stage is being run. How would you add a startup system to the stage, that is just called the first time the stage is being run? |
Beta Was this translation helpful? Give feedback.
Answered by
bjorn3
Mar 1, 2022
Replies: 1 comment 1 reply
-
Startup systems are added to a separate startup stage I believe. You could do the same in your tests. Just run this separate stage once before the regular stage. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
beerhond
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Startup systems are added to a separate startup stage I believe. You could do the same in your tests. Just run this separate stage once before the regular stage.