Skip to content

Merge pull request #403 from the-maux/pyup-update-django-5.1.3-to-5.1.4 #1442

Merge pull request #403 from the-maux/pyup-update-django-5.1.3-to-5.1.4

Merge pull request #403 from the-maux/pyup-update-django-5.1.3-to-5.1.4 #1442

Workflow file for this run

name: Docker Unit-test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Build the Docker image
run: docker build . --file Dockerfile-dev --tag chartboard:test
- uses: actions/[email protected]
- name: Unit Test inside docker
run: docker run --entrypoint=python themaux/chartboard:develop src/manage.py test -v 2