Skip to content

First test for ingestion #2

First test for ingestion

First test for ingestion #2

Workflow file for this run

name: Entities tests
on:
push:
branches:
- main
paths:
- "ingestion_tools/**"
pull_request:
branches: "**"
paths:
- "ingestion_tools/**"
jobs:
py-test:
steps:

Check failure on line 16 in .github/workflows/ingestor-test.yml

View workflow run for this annotation

GitHub Actions / Entities tests

Invalid workflow file

The workflow is not valid. .github/workflows/ingestor-test.yml (Line: 16, Col: 5): Required property is missing: runs-on
- uses: actions/checkout@v3
# Set up a local test env and run tests
- name: Run tests
run: |
make ingestor-init
make ingestor-test