Ricardo
Ricardo
> The amount of paragraphs could be changed to amount of sentences. As i find that a pragraph for a short is allready too much. Agree here, I've had great...
> Please add OpenAI API Key to the env's as well Added it
> > Refactors docker setup to: > > > > > > * use values defined in the `.env` file > > > * mounts the `Backend` and `Frontend` folders,...
After further researching, the running test on CircleCI is from the old integration, so we can assume that the action itself _does not_ trigger anything at all. But Once I...
I retried it using CURL (or well, a CURL plugin for VSC :P ) ``` POST https://circleci.com/api/v2/project/gh/team/repo/pipeline Circle-Token: personal_token content-type: application/json { "branch":"feature/branch", "parameters": { "GHA_Actor":"RicardoMonteiroSimoes", "GHA_Action":"cci_system_tests", "GHA_Event":"pull_request" } }...