centreformicrosimulation / SimPaths

SimPaths is an open-source microsimulation framework for life course analysis, developed and maintained by CeMPA at the University of Essex
5 stars 10 forks source link

Tweaked GitHub actions to also run tests #21

Closed andrewbaxter439 closed 8 months ago

andrewbaxter439 commented 8 months 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 8 months ago

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