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:
9
9
RAILS_ENV : test
10
10
links :
11
11
- " 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"
13
13
user : ${CURRENT_UID}
14
14
15
15
test_6_0_ruby_2_6 :
@@ -20,7 +20,7 @@ services:
20
20
RAILS_ENV : test
21
21
links :
22
22
- " 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"
24
24
user : ${CURRENT_UID}
25
25
26
26
test_6_1_ruby_2_7 :
@@ -31,7 +31,7 @@ services:
31
31
RAILS_ENV : test
32
32
links :
33
33
- " 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"
35
35
user : ${CURRENT_UID}
36
36
37
37
test_6_1_ruby_3_0 :
@@ -42,7 +42,7 @@ services:
42
42
RAILS_ENV : test
43
43
links :
44
44
- " 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"
46
46
user : ${CURRENT_UID}
47
47
48
48
postgres_test_base : &postgres_test_base
You can’t perform that action at this time.
0 commit comments