Skip to content

Bump gitpython from 3.1.31 to 3.1.41 #137

Bump gitpython from 3.1.31 to 3.1.41

Bump gitpython from 3.1.31 to 3.1.41 #137

Workflow file for this run

name: Docker Compose CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Create dummy env-prod
run: mv ./.env.prod.sample ./.env.prod
- name: Build the Docker image
run: docker-compose build
- name: Run django tests in docker
run: docker-compose run web python manage.py test