issues
search
heroku
/
heroku-geo-buildpack
0
stars
2
forks
source link
Test and CI improvements
#49
Closed
edmorley
closed
5 months ago
edmorley
commented
5 months ago
Add a new
test
Make target, that takes a
STACK_VERSION
argument instead of having hardcoded per-stack targets.
Add a new
compile
Make target, that allows viewing a single buildpack invocation to help when developing locally.
Add tests for cached builds (rebuilds).
Make the test runner more robust against errors.
Make CI use
make test
instead of manually running the test script.
Update the CI dependencies and apply some best practices.
GUS-W-15803983.
test
Make target, that takes aSTACK_VERSION
argument instead of having hardcoded per-stack targets.compile
Make target, that allows viewing a single buildpack invocation to help when developing locally.make test
instead of manually running the test script.GUS-W-15803983.