@@ -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/core && 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 && cp Gemfile.lock ./ci/artifacts/Gemfile.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/core && 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 && cp Gemfile.lock ./ci/artifacts/Gemfile.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/core && 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 && cp Gemfile.lock ./ci/artifacts/Gemfile.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/core && 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 && cp Gemfile.lock ./ci/artifacts/Gemfile.lock"
5454 user : ${CURRENT_UID}
5555
5656 test_7_0_ruby_3_0 :
@@ -63,7 +63,7 @@ services:
6363 - " ../ci/artifacts:/app/ci/artifacts"
6464 links :
6565 - " postgres_test_7_0_ruby_3_0:postgres_test"
66- command : sh -c "bundle exec rake db:drop && bundle exec rake db:create && bundle exec rake db:migrate && bundle exec rspec spec/test/core && cp Gemfile.lock ./ci/artifacts/Gemfile.lock && cp yarn.lock ./ci/artifacts/yarn.lock "
66+ command : sh -c "bundle exec rake db:drop && bundle exec rake db:create && bundle exec rake db:migrate && bundle exec rspec spec/test/core && cp Gemfile.lock ./ci/artifacts/Gemfile.lock"
6767 user : ${CURRENT_UID}
6868
6969 postgres_test_base : &postgres_test_base
0 commit comments