Install the HashiCorp Nomad CLI in GitHub Actions and add the selected community or Enterprise binary to PATH.
When a matching version was installed by this action before, the cached installation is reused.
uses: escapace/action-setup-nomad@v1.0.0
with:
nomad-version: ~1.3.1Version or semantic version range to install. Use latest for the latest community release, or for the latest Enterprise release when enterprise is true.
Default: latest
Install a Nomad Enterprise release instead of a community release.
Default: false
Persist installed Nomad versions with the GitHub Actions cache.
Default: true
uses: escapace/action-setup-nomad@v1.0.0
with:
enterprise: true
nomad-version: ^1.11.0