Skip to content

crhntr/hello-tile

Repository files navigation

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 vendor
  • run kiln test