Skip to content

DEV-1313 (Local ingest doesn't look for material in "failure" directory) #185

DEV-1313 (Local ingest doesn't look for material in "failure" directory)

DEV-1313 (Local ingest doesn't look for material in "failure" directory) #185

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: Build docker image
run: docker compose build
- name: Run tests
run: docker compose run test-and-cover
env:
GITHUB_TOKEN: ${{ secrets.github_token }}