Unidata / geoapi-netcdf-java

netCDF-Java wrappers for the OGC GeoAPI
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Run tests against pull requests #6

Closed lesserwhirls closed 3 years ago

lesserwhirls commented 3 years ago

Run mvn verify against all pull requests using AdoptOpenJDK 8, 11, and 15. If one or more tests fail, upload the test report directory and attach it as an artifact to the github action.

lesserwhirls commented 3 years ago

Example GitHub Action run:

https://github.com/Unidata/geoapi-netcdf-java/actions/runs/657611835

@desruisseaux - can you think of any reason why we would not want to enable this check at this stage?

desruisseaux commented 3 years ago

No reason I'm aware of. I'm just unfamiliar with GitHub workflow (yet another technology too fast for me to catch up).

lesserwhirls commented 3 years ago

It's similar to Jenkins or Travis, but built-in to GitHub. I'll go ahead and merge this in so that future PRs will get tested as work progresses.

desruisseaux commented 3 years ago

Thanks!