JanKaczmarski / heaven-in-mouth

Food-delivery app WIP
MIT License
1 stars 0 forks source link

Medium - Create test environment in github actions workflow #63

Closed JanKaczmarski closed 4 months ago

JanKaczmarski commented 4 months ago

We have to create a Postgres database inside our Github actions Workflow when testing.

  1. Create Database
  2. Run pytest that will connect to the database and run tests