@@ -11,7 +11,7 @@ services:
11
11
- " ../ci/artifacts:/app/ci/artifacts"
12
12
links :
13
13
- " 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"
15
15
user : ${CURRENT_UID}
16
16
17
17
test_6_0_ruby_2_6 :
@@ -24,7 +24,7 @@ services:
24
24
- " ../ci/artifacts:/app/ci/artifacts"
25
25
links :
26
26
- " 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"
28
28
user : ${CURRENT_UID}
29
29
30
30
test_6_1_ruby_2_7 :
@@ -37,7 +37,7 @@ services:
37
37
- " ../ci/artifacts:/app/ci/artifacts"
38
38
links :
39
39
- " 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"
41
41
user : ${CURRENT_UID}
42
42
43
43
test_6_1_ruby_3_0 :
@@ -50,7 +50,7 @@ services:
50
50
- " ../ci/artifacts:/app/ci/artifacts"
51
51
links :
52
52
- " 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"
54
54
user : ${CURRENT_UID}
55
55
56
56
postgres_test_base : &postgres_test_base
0 commit comments