Skip to content

Commit

Permalink
Fix PR workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
academo committed Jan 3, 2025
1 parent 45cd7f0 commit 454271e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
go-version-file: "go.mod"

- name: Build
run: go build -v ./...
run: go build -v -o bin/grafana-alerting-ntfy-webhook-integration ./...

- name: Test
run: go test -v ./...

0 comments on commit 454271e

Please sign in to comment.