Skip to content

Bump sqlparse from 0.4.4 to 0.5.0 #42

Bump sqlparse from 0.4.4 to 0.5.0

Bump sqlparse from 0.4.4 to 0.5.0 #42

Workflow file for this run

name: Test django-premis-event-service
on: [push, pull_request, workflow_dispatch]
jobs:
tests:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Start the app
run: docker-compose up -d db app
- name: Run the tests and flake8
run: docker-compose run --rm test