Skip to content

An example pivotal tile using Kiln.

License

Notifications You must be signed in to change notification settings

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