geoserver / geoserver-ogcapi

OGC API Sprint support repo
0 stars 0 forks source link

Setting Up CI/CD Pipelines or Github actions #8

Closed aaime closed 4 hours ago

aaime commented 1 week ago

We need to establish and integrate continuous integration and deployment pipelines for automated testing. These pipelines should run CITE conformance tests and additional integration tests (e.g., against PostGIS).

Andrea's personal note: if at all possible, I would run this as a Github action, once we let changes in it's harder to get developers to pay attention.

This week:

Long term:

groldan commented 5 days ago

Github actions workflow set up as part of https://github.com/geoserver/geoserver/pull/8017 from #2

This is the workflow file: cite.yml

It'll also run the previous tests that still pass:

Image