Skip to content

Bump django from 4.2.10 to 4.2.11 in /requirements #84

Bump django from 4.2.10 to 4.2.11 in /requirements

Bump django from 4.2.10 to 4.2.11 in /requirements #84

Workflow file for this run

name: Docker Image CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
run: ./docker-build.sh
- name: Run tests
run: docker run --rm -e PROCESS_TYPE=test --name django-coleman mrsarm/django-coleman