Earn 9,000 ($90.00)
Fix Github Actions Cypress tests
Bounty Description
Problem Description
We run our system with a docker compose file. Right now that file builds but we also want to run postman tests in our github actions workflows. Therefore we need to up the docker compose and run a postman collection on it (with postman tests as part of the collection). We haven't been able to successfully run this with the latest error being: [errored]
socket hang up
Acceptance Criteria
Submit a PR forked off of this branch (https://github.com/uselotus/lotus/pull/493) where both the Collections Tests and Django/Postgres actions are running correctly. The django.postgres is a similar idea except we want to run cypress tests instead of postman so we need to up the docker compose to do that.
Technical Details
Must understand docker, docker-compose, postman + newman, github actions
Should be on a mac or linux not windows (we have problems with windows self host at times)