Skip to content

Commit

Permalink
Remove terminal stmt
Browse files Browse the repository at this point in the history
  • Loading branch information
buehlmann committed Nov 13, 2024
1 parent ae0c986 commit 7525311
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ci/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ func (m *Ci) Test(ctx context.Context, dir *dagger.Directory) *dagger.Container
WithExec([]string{"bundle", "exec", "rails", "db:create"}).
WithExec([]string{"bundle", "exec", "rails", "db:migrate"}).
WithExec([]string{"bundle", "exec", "rails", "assets:precompile"}).
Terminal().
WithExec([]string{"bundle", "exec", "rails", "test", "test/controllers", "test/domain", "test/fabricators", "test/fixtures", "test/helpers", "test/mailers", "test/models", "test/presenters", "test/support", "test/tarantula"})
}

Expand Down

0 comments on commit 7525311

Please sign in to comment.