Merge pull request #136 from unt-libraries/https-compatible #40
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |