Skip to content

Update redis from 5.2.0 to 5.2.1 #1445

Update redis from 5.2.0 to 5.2.1

Update redis from 5.2.0 to 5.2.1 #1445

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