CDCgov / IDWA

Intelligent Data Workflow Automation
Apache License 2.0
1 stars 1 forks source link

Add github action to run OCR tests when a PR is opened #58

Closed zdeveloper closed 3 months ago

zdeveloper commented 4 months ago

Add github action to run OCR tests when a PR is opened

Acceptance Criteria The GitHub OCR tests should be skipped when no changes to the OCR folder are detected Require the tests to pass for the PR to be allowed merged

Additional context command to run the tests in the OCR folder

poetry run pytest

consult readme for setup instructions