buildpacks / pack-orb

A CircleCI Orb for using Cloud Native Buildpacks in CircleCI
https://circleci.com/orbs/registry/orb/buildpacks/pack
Apache License 2.0
12 stars 8 forks source link

Add integrations tests #26

Closed jromero closed 3 years ago

jromero commented 3 years ago

Summary

Added integration tests on circleci. This required the addition of a hook (after_checkout) in order to be able to checkout additional sources to use during the integration test. This "feature" could prove to be helpful to users in order to do additional operations on the source before buildings. As an example, see this kaniko orb.

Additionally, unnecessary orbs were removed from original orb definition as per https://github.com/buildpacks/pack-orb/issues/25.

Resolves #25