From 324ce47ed3c7b2a490520b3d2943bf95ace9d2ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20B=C3=BChlmann?= Date: Wed, 13 Nov 2024 11:25:44 +0100 Subject: [PATCH] Fix test function --- ci/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/ci/main.go b/ci/main.go index c9700098..911c0eee 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"}) }