greta-dev / greta

simple and scalable statistical modelling in R
https://greta-stats.org
Other
527 stars 63 forks source link

Set up cron job for test posterior #722

Open njtierney opened 3 weeks ago

njtierney commented 3 weeks ago

Set up some GitHub actions to run each test posterior on a regular basis, possibly producing a tiny report to include plot outputs

njtierney commented 3 weeks ago

Consider splitting test_posterior.R into subfiles (e.g., test_posterior-geweke.R), one for each of the types of test

This is mostly so we can trigger github actions for individual test files later down the track.