elixir-cloud-aai / foca

Opinionated Flask microservice archetype for quick OpenAPI-based microservice development
Apache License 2.0
16 stars 12 forks source link

ci: push Docker images only after tests succeed #126

Closed anuragxxd closed 2 years ago

anuragxxd commented 2 years ago

CI pipeline from the Github Actions right now is running two jobs in parallel:

A better approach will be to run the "Docker" job only after the "Linting and unit tests" job completed successfully.

Advantages of this will be:

uniqueg commented 2 years ago

Closed by #127