Skip to content

Inferno Template v0.0.3

Latest
Compare
Choose a tag to compare
@Jammjammjamm Jammjammjamm released this 04 Nov 16:51
· 8 commits to main since this release
d64e8e6

This update contains changes to improve the test development experience. See "Instructions for Developing tests" in the README for details.

To upgrade an existing test kit to use this new functionality:

  • Add this repo as a remote:
git remote add template https://github.com/inferno-framework/inferno-template.git
# or
git remote add template [email protected]:inferno-framework/inferno-template.git
  • Fetch this repository: git fetch template
  • Download the patch file attached to this release, and place it in your test kit repository.
  • Run git am -3 0001-update-template-to-use-core-dev-improvements.patch to apply the patch to your repository.
  • Update the IG path for the validator service in docker-compose.background.yml to match your repository's directory structure.
  • If you've made any other changes to the services in docker-compose.yml, those changes will be need to be migrated over to docker-compose.background.yml.

If you encounter any issues or have any questions about performing this upgrade, reach out to the Inferno team on zulip.