Skip to content

Commit

Permalink
misc update
Browse files Browse the repository at this point in the history
  • Loading branch information
RamanaReddy0M committed Aug 8, 2024
1 parent d0d347d commit c4d84ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/integration-test/integration.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func main() {

for name, test := range testCases {
// run only gotify test for dependabot
if isDependabot && !(name == "gotify") {
if isDependabot && name != "gotify" {
continue
}
fmt.Printf("Running test cases for \"%s\"\n", aurora.Blue(name))
Expand Down

0 comments on commit c4d84ed

Please sign in to comment.