Skip to content

Merge pull request #8 from hathitrust/DEV-1362 #19

Merge pull request #8 from hathitrust/DEV-1362

Merge pull request #8 from hathitrust/DEV-1362 #19

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@v4
- name: Set up tests
run: |
docker compose build
docker compose run test npm install
- name: Run tests
run: docker compose run test