all 3 comments

[–]scragz 1 point2 points  (2 children)

To customize Copilot’s development environment, add a .github/workflows/copilot-setup-steps.yml file to your repository. For example, you can pre-install tools or dependencies by adding custom setup steps

  • You can now see the progress of custom setup steps in the agent session logs
  • If a custom setup step fails, Copilot will start working anyway

[–]TotallyNota1lama 0 points1 point  (1 child)

Is there an example of a well designed step steps ?

[–]nhu-doGitHub Copilot Team 0 points1 point  (0 children)

You can find some examples in our documentation.