You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to setup an action that can get agent mode up and running with a viable way to install the dependencies (both npm and composer) and to run the tests. Copilot agent has a specific format that it uses, created one in that format. Details are here: https://docs.github.com/en/copilot/how-tos/use-copilot-agents/coding-agent/customize-the-agent-environment
After cloning the project run: npm install composer install
setup caches for both the npm and the composer installs
Then run the tests to get it prim...
#10