Skip to content

Commit d65b680

Browse files
committed
adjusted ci configs for running splitted scopes as long as both modules are still in the same repo
1 parent 222e914 commit d65b680

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ci/docker-compose.ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
- "../ci/artifacts:/app/ci/artifacts"
1212
links:
1313
- "postgres_test_5_2_ruby_2_6:postgres_test"
14-
command: sh -c "bundle exec rake db:drop && bundle exec rake db:create && bundle exec rake db:migrate && bundle exec rspec spec/test && cp Gemfile.lock ./ci/artifacts/Gemfile.lock && cp yarn.lock ./ci/artifacts/yarn.lock"
14+
command: sh -c "bundle exec rake db:drop && bundle exec rake db:create && bundle exec rake db:migrate && bundle exec rspec spec/test/core && bundle exec rspec spec/test/vue_js && cp Gemfile.lock ./ci/artifacts/Gemfile.lock && cp yarn.lock ./ci/artifacts/yarn.lock"
1515
user: ${CURRENT_UID}
1616

1717
test_6_0_ruby_2_6:
@@ -24,7 +24,7 @@ services:
2424
- "../ci/artifacts:/app/ci/artifacts"
2525
links:
2626
- "postgres_test_6_0_ruby_2_6:postgres_test"
27-
command: sh -c "bundle exec rake db:drop && bundle exec rake db:create && bundle exec rake db:migrate && bundle exec rspec spec/test && cp Gemfile.lock ./ci/artifacts/Gemfile.lock && cp yarn.lock ./ci/artifacts/yarn.lock"
27+
command: sh -c "bundle exec rake db:drop && bundle exec rake db:create && bundle exec rake db:migrate && bundle exec rspec spec/test/core && bundle exec rspec spec/test/vue_js && cp Gemfile.lock ./ci/artifacts/Gemfile.lock && cp yarn.lock ./ci/artifacts/yarn.lock"
2828
user: ${CURRENT_UID}
2929

3030
test_6_1_ruby_2_7:
@@ -37,7 +37,7 @@ services:
3737
- "../ci/artifacts:/app/ci/artifacts"
3838
links:
3939
- "postgres_test_6_1_ruby_2_7:postgres_test"
40-
command: sh -c "bundle exec rake db:drop && bundle exec rake db:create && bundle exec rake db:migrate && bundle exec rspec spec/test && cp Gemfile.lock ./ci/artifacts/Gemfile.lock && cp yarn.lock ./ci/artifacts/yarn.lock"
40+
command: sh -c "bundle exec rake db:drop && bundle exec rake db:create && bundle exec rake db:migrate && bundle exec rspec spec/test/core && bundle exec rspec spec/test/vue_js && cp Gemfile.lock ./ci/artifacts/Gemfile.lock && cp yarn.lock ./ci/artifacts/yarn.lock"
4141
user: ${CURRENT_UID}
4242

4343
test_6_1_ruby_3_0:
@@ -50,7 +50,7 @@ services:
5050
- "../ci/artifacts:/app/ci/artifacts"
5151
links:
5252
- "postgres_test_6_1_ruby_3_0:postgres_test"
53-
command: sh -c "bundle exec rake db:drop && bundle exec rake db:create && bundle exec rake db:migrate && bundle exec rspec spec/test && cp Gemfile.lock ./ci/artifacts/Gemfile.lock && cp yarn.lock ./ci/artifacts/yarn.lock"
53+
command: sh -c "bundle exec rake db:drop && bundle exec rake db:create && bundle exec rake db:migrate && bundle exec rspec spec/test/core && bundle exec rspec spec/test/vue_js && cp Gemfile.lock ./ci/artifacts/Gemfile.lock && cp yarn.lock ./ci/artifacts/yarn.lock"
5454
user: ${CURRENT_UID}
5555

5656
postgres_test_base: &postgres_test_base

0 commit comments

Comments
 (0)