Skip to content

Commit

Permalink
return stdout for tests
Browse files Browse the repository at this point in the history
Signed-off-by: bupd <[email protected]>
  • Loading branch information
bupd committed Nov 13, 2024
1 parent cc4311a commit a3260d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
}
],
"source": "dagger",
"engineVersion": "v0.13.6"
"engineVersion": "v0.14.0"
}
2 changes: 1 addition & 1 deletion dagger/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ func (m *HarborCli) Test(ctx context.Context) *dagger.Directory {
WithEnvVariable("GOCACHE", "/go/build-cache").
WithMountedDirectory("/src", m.Source).
WithWorkdir("/src").
WithExec([]string{"go", "test", "-v", "./..."}).
WithExec([]string{"go", "test", "./..."}).
Directory("/src")
}

Expand Down

0 comments on commit a3260d6

Please sign in to comment.