esteinig / critter

BEAST models for pathogen transmission dynamics in Python
Apache License 2.0
1 stars 0 forks source link

Release tests and validation #6

Open esteinig opened 3 years ago

esteinig commented 3 years ago

Travis is nice for pytest deployment on merges into main but for releases ideally we should test a series of model configs and generated XMLs across BEST versions (using the validate option for example)

Probably need Docker container for it and maybe some GitHub actions or something? Haven't tried them yet.

Wytamma commented 3 years ago

GitHub actions is great for testing OS. Might have to build the BEAST install action though.

esteinig commented 3 years ago

Is there someway to just execute like a Docker container process that runs the testing?