stakater / application

Generic helm chart for all kind of applications
http://stakater.com
MIT License
202 stars 85 forks source link

Unit tests introduced or changed in pull requests are not run in the CI builds #250

Closed d3adb5 closed 1 year ago

d3adb5 commented 1 year ago

Currently, the checkout action in the unittests job of our GitHub Actions workflow is not actually running tests from the pull request head, instead running the ones on their base branch, master.

This leads to PRs that break unit tests passing the status check.