cloudflavor / oscar

A GitOps automation bot for VCS misc tasks
Apache License 2.0
0 stars 0 forks source link

Feature/clo-35-write-testsadd-github-actions-integration #3

Closed PI-Victor closed 3 weeks ago

PI-Victor commented 3 weeks ago

This commit adds or modifies several files:

Signed-off-by: Victor Palade victor@cloudflavor.io

linear[bot] commented 3 weeks ago
CLO-35 Write tests/Add Github actions integration

### Context Testing needs to be done on all endpoints. ### Description Besides using vitest with cloudflare workers, the [cloudflare worker deployment action](https://github.com/marketplace/actions/deploy-to-cloudflare-workers-with-wrangler) can be used to automatically push to production. ### Acceptance Criteria * The tests all pass * The Github actions run tests * The Github action deploys to production *after* the tests pass, not on git push.