From 75253119006188df8fcfe91b5c3a2664bfa48bb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20B=C3=BChlmann?= Date: Wed, 13 Nov 2024 14:38:35 +0100 Subject: [PATCH] Remove terminal stmt --- ci/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/main.go b/ci/main.go index 74f1c5ee..cb6e3da4 100644 --- a/ci/main.go +++ b/ci/main.go @@ -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"}) }