Skip to content

Excluding runs from 10301 in 10302 #673

Excluding runs from 10301 in 10302

Excluding runs from 10301 in 10302 #673

Workflow file for this run

name: Ingestor tests
on:
push:
branches:
- main
paths:
- "ingestion_tools/**"
pull_request:
paths:
- "ingestion_tools/**"
jobs:
py-test:
name: "Run tests"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# Set up a local test env and run tests
- name: Run tests
run: |
make ingestor-init
make ingestor-test-db-init
make ingestor-test-db
make ingestor-test-s3