Skip to content

Merge pull request #8 from hathitrust/DEV-1040-re-structureByservice #61

Merge pull request #8 from hathitrust/DEV-1040-re-structureByservice

Merge pull request #8 from hathitrust/DEV-1040-re-structureByservice #61

Workflow file for this run

name: Run Tests
on:
push:
branches:
- main
pull_request:
jobs:
# Run tests
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up tests
run: |
docker-compose build
- name: Run tests
run: docker-compose run test