The integration test runs on lakefs:latest, which is really nice: that is the most important target to support. Unfortunately it only runs on PRs and pulls to main. So we typically only discover an integration issue when we want to add to the provider. This just happened in #42.
Add:
An additional "scheduled" trigger to the integration test.
A badge to the README.
(Ideally) some way to get notified when things start failing.
The integration test runs on lakefs:latest, which is really nice: that is the most important target to support. Unfortunately it only runs on PRs and pulls to main. So we typically only discover an integration issue when we want to add to the provider. This just happened in #42.
Add: