Skip to content

[Snyk] Security upgrade djangorestframework from 3.11.2 to 3.15.2 #16

[Snyk] Security upgrade djangorestframework from 3.11.2 to 3.15.2

[Snyk] Security upgrade djangorestframework from 3.11.2 to 3.15.2 #16

Workflow file for this run

name: CoMSES Docker CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: build containers
run: ./build.sh
- name: Run Django tests
run: |
docker-compose run --rm test