Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ju-c/django-ci-cd-example

A simple Django app that will run tests on pull requests to our main branch.
https://github.com/ju-c/django-ci-cd-example

ci continuous-integration django github-actions python

Last synced: 21 days ago
JSON representation

A simple Django app that will run tests on pull requests to our main branch.

Awesome Lists containing this project

README

        

[![forthebadge](https://forthebadge.com/images/badges/made-with-python.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com)

![CI/CD Pipelines with Django and Github Actions](/img/django-cicd-github-actions.png)
# CI/CD Pipelines with Django and Github Actions

A simple Django app that will run tests on pull requests to our main branch.
You can view [the YAML file here](/.github/workflows/django.yml).

[Github Actions Documentation](https://docs.github.com/en/actions)