imagej / imagej-omero

Server- and client-side communication between ImageJ and OMERO
GNU General Public License v2.0
11 stars 10 forks source link

Update IT for GitHub Actions #113

Open hinerm opened 2 years ago

hinerm commented 2 years ago

Currently the integration test is not run on CI after the switch to GH Actions and must be tested manually.

ctrueden commented 1 year ago

As a corollary to this: the Testcontainers for Java library makes it easier to run integration tests in containerized (Docker-based) environments, which seems like a natural fit for this situation.