joergbrech / moxunit-action

A Github action for Matlab or Octave unit tests
MIT License
14 stars 7 forks source link

Pre-test and post-test hooks #24

Open jakebeal opened 3 years ago

jakebeal commented 3 years ago

Per discussion on #20, would it be possible to have moxunit-action support a pre-test initialization hook, where one could point to an arbitrary pre-test file to run? (presumably some might also want a post-test hook)

This would then be more symmetric with the pattern suggested in MOxUnit