Skip to content

[Snyk] Security upgrade django from 2.2.28 to 3.2.25 #14

[Snyk] Security upgrade django from 2.2.28 to 3.2.25

[Snyk] Security upgrade django from 2.2.28 to 3.2.25 #14

Workflow file for this run

name: CoMSES Docker CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo + submodules
uses: actions/checkout@v2
with:
submodules: recursive
- uses: actions/setup-python@v2
with:
python-version: 3.8
- name: install coverage and build
run: |
pip3 install coveralls coverage
./compose
./deploy.sh tag
./build.sh
- name: Run Django tests
run: |
docker-compose run --rm django /code/deploy/docker/test.sh