Skip to content

Delete UPGRADE PIP #1439

Delete UPGRADE PIP

Delete UPGRADE PIP #1439

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