Skip to content

Merge pull request #402 from the-maux/pyup-update-pytest-8.3.3-to-8.3.4 #1441

Merge pull request #402 from the-maux/pyup-update-pytest-8.3.3-to-8.3.4

Merge pull request #402 from the-maux/pyup-update-pytest-8.3.3-to-8.3.4 #1441

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