Skip to content

Merge pull request #136 from unt-libraries/https-compatible #40

Merge pull request #136 from unt-libraries/https-compatible

Merge pull request #136 from unt-libraries/https-compatible #40

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