centreformicrosimulation / SimPaths

SimPaths is an open-source microsimulation framework for life course analysis, developed and maintained by CeMPA at the University of Essex
European Union Public License 1.2
6 stars 16 forks source link

Tweaked GitHub actions to also run tests #21

Closed andrewbaxter439 closed 1 year ago

andrewbaxter439 commented 1 year ago

This should now run all things in the src/test folder. Works on GitHub actions with specified maven-surefire dependency plugin (edited in pom.xml)

See here for example test results: https://github.com/andrewbaxter439/SimPaths/actions/runs/6810997371/job/18520426347#step:4:1103

andrewbaxter439 commented 1 year ago

To note @pbronka this is now running all the specified tests and checking SimPaths can compile - hopefully helpful