Skip to content

Commit bbd8ce1

Browse files
committed
remove integration tests
1 parent ff53a4e commit bbd8ce1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dagger.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- dagger-generic
77
- dagger-generic-pipeline
88
- dagger-generic-pipeline-int
9-
- dagger-generic-pipeline-int-status
9+
- dagger-generic-pipeline-status
1010
jobs:
1111
pipeline:
1212
runs-on: 'ubuntu-latest'

ci/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ func (m *Ci) BuildTestContainer(ctx context.Context, dir *dagger.Directory) *dag
105105
WithExec([]string{"bundle", "exec", "rails", "db:create"}).
106106
WithExec([]string{"bundle", "exec", "rails", "db:migrate"}).
107107
WithExec([]string{"bundle", "exec", "rails", "assets:precompile"}).
108-
WithExec([]string{"sh", "-c", "bundle exec rails test test/controllers test/domain test/fabricators test/fixtures test/helpers test/mailers test/models test/presenters test/support test/tarantula test/integration"})
108+
WithExec([]string{"sh", "-c", "bundle exec rails test test/controllers test/domain test/fabricators test/fixtures test/helpers test/mailers test/models test/presenters test/support test/tarantula"})
109109
}
110110

111111
// Returns a Container with the base setup for running the rails test suite

0 commit comments

Comments
 (0)