CDCgov / phdi

https://cdcgov.github.io/dibbs-site/
Creative Commons Zero v1.0 Universal
35 stars 14 forks source link

Create checks for unit tests in FHIR converter #2918

Open austin-hall-skylight opened 6 days ago

austin-hall-skylight commented 6 days ago

Description

Now that our custom FHIR converter code has been moved into the Skylight FHIR Converter repo, we need to create a workflow to run the tests.

What needs to be done

Create a workflow with steps to run unit tests for the dotnet tests as well as the liquid template tests.

Why it needs to be done

This needs to be done so we can have make sure that we don't merge code with bugs.

Acceptance Criteria

mcmcgrath13 commented 1 day ago

The dotnet unit tests already run on creation of a PR. Which ones are the liquid template tests?

mcmcgrath13 commented 1 day ago

Ah, I see now that this is blocked on those tests coming into existence 😅