Skip to content

Commit

Permalink
Test goff kustomize --version
Browse files Browse the repository at this point in the history
  • Loading branch information
ioboi committed Apr 8, 2024
1 parent c658b90 commit 8a59629
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,6 @@ func testReleaseTag(ctx context.Context, t *testing.T, daggerClient *dagger.Clie
_, err = daggerClient.Container().From(gprelease.getImageFullUrl("goff")).WithExec([]string{"--help"}).Sync(ctx)
assert.Nil(t, err, "container with name '%s' should exists", gprelease.getImageFullUrl("goff"))

_, err = daggerClient.Container().From(gprelease.getImageFullUrl("goff")).WithExec([]string{"kustomize", "--version"}).Sync(ctx)
assert.Nil(t, err, "container with name '%s' should exists", gprelease.getImageFullUrl("goff"))
}

0 comments on commit 8a59629

Please sign in to comment.