File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ services:
99 RAILS_ENV : test
1010 links :
1111 - " postgres_test_5_2_ruby_2_6:postgres_test"
12- 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/Gemfile.lock && && cp yarn.lock ./ci/yarn.lock"
12+ 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/Gemfile.lock && cp yarn.lock ./ci/yarn.lock"
1313 user : ${CURRENT_UID}
1414
1515 test_6_0_ruby_2_6 :
@@ -20,7 +20,7 @@ services:
2020 RAILS_ENV : test
2121 links :
2222 - " postgres_test_6_0_ruby_2_6:postgres_test"
23- 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/Gemfile.lock && && cp yarn.lock ./ci/yarn.lock"
23+ 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/Gemfile.lock && cp yarn.lock ./ci/yarn.lock"
2424 user : ${CURRENT_UID}
2525
2626 test_6_1_ruby_2_7 :
@@ -31,7 +31,7 @@ services:
3131 RAILS_ENV : test
3232 links :
3333 - " postgres_test_6_1_ruby_2_7:postgres_test"
34- 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/Gemfile.lock && && cp yarn.lock ./ci/yarn.lock"
34+ 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/Gemfile.lock && cp yarn.lock ./ci/yarn.lock"
3535 user : ${CURRENT_UID}
3636
3737 test_6_1_ruby_3_0 :
@@ -42,7 +42,7 @@ services:
4242 RAILS_ENV : test
4343 links :
4444 - " postgres_test_6_1_ruby_3_0:postgres_test"
45- 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/Gemfile.lock && && cp yarn.lock ./ci/yarn.lock"
45+ 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/Gemfile.lock && cp yarn.lock ./ci/yarn.lock"
4646 user : ${CURRENT_UID}
4747
4848 postgres_test_base : &postgres_test_base
You can’t perform that action at this time.
0 commit comments