neuroinformatics-unit / actions

Re-usable GitHub Action scripts
MIT License
10 stars 3 forks source link

Add option to test with XVFB on linux #11

Closed dstansby closed 1 year ago

dstansby commented 1 year ago

This adds a new option to the test action, to run tests with xvfb on linux. This is required for napari tests, as demonstrated over at https://github.com/brainglobe/brainreg-segment/pull/66

No explicit test for this functionality here, but this is tested implicitly by https://github.com/brainglobe/brainreg-segment/pull/66

dstansby commented 1 year ago

Woops, thanks for catching - example added to README