Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 769 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 769 Bytes

This is an example for Kiln.

It has an automated release pipeline to create ".pivotal" files and adds them to GitHub releases.

Testing

Manifest Tests

You can run kiln test; however, Kiln test runs in a container so you need to vendor Go dependencies before you run it.

To run tests,

  • clone the repository
  • fetch a version of kiln that supports test
  • run go mod vendor
  • run kiln test --manifest