You can now create an “agent environment” CircleCI YML file. This lets you copy the environment-setup parts of your existing CircleCI config into a dedicated file for the agent. Name the file cci-agent-setup.yml and ensure that it is present in your .circleci
directory & on the default branch. It should contain a workflow named cci-agent-setup
with one job named cci-agent-setup
. Note that this is only the environment setup, you do not need to include the steps to actually run the tests in this file. Read more on our community forum in the “Unable to run verification tests” section.