cloudfoundry / notifications

The notifications service component of Cloud Foundry
Apache License 2.0
17 stars 22 forks source link

Add github action to run tests against PRs #43

Closed moleske closed 9 months ago

moleske commented 9 months ago

This is a companion to https://github.com/cloudfoundry/notifications/pull/41 . When we turn on autobumps with dependabot, we want to be confident that the bumps actually work before merging. This will run the bin/test script to gain that confidence.

To see an example of this action, see the test pr I did in my fork https://github.com/moleske/notifications/pull/1/checks