Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] integration testing setup #320

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
updating goreleaser config
  • Loading branch information
bbensky committed Jul 10, 2024
commit e552fb4479e402419d2a55481ec2104ea3ce6ce8
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ changelog:
- '^test:'
brews:
- name: nova
tap:
repository:
owner: FairwindsOps
name: homebrew-tap
folder: Formula
directory: Formula
description: Check installed Helm charts for updates
test: |
system "#{bin}/nova version"
Expand Down