Skip to content

Commit

Permalink
Github actions require docker compose subcommand
Browse files Browse the repository at this point in the history
  • Loading branch information
simonswine committed Dec 13, 2024
1 parent 1bb03b5 commit 74ff6bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/examples_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ func (e *env) projectName() string {
func (e *env) newCmd(ctx context.Context, args ...string) *exec.Cmd {
c := exec.CommandContext(
ctx,
"docker-compose",
"docker",
append([]string{
"compose",
"--file", e.path,
"--project-directory", e.dir,
"--project-name", e.projectName(),
Expand Down

0 comments on commit 74ff6bf

Please sign in to comment.