File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 15
15
with :
16
16
name : lockfiles_test_6_1_ruby_3_0
17
17
path : |
18
- yarn.lock
19
- Gemfile.lock
18
+ ./ci/ yarn.lock
19
+ ./ci/ Gemfile.lock
20
20
test_6_1_ruby_2_7 :
21
21
runs-on : ubuntu-latest
22
22
steps :
29
29
with :
30
30
name : lockfiles_test_6_1_ruby_2_7
31
31
path : |
32
- yarn.lock
33
- Gemfile.lock
32
+ ./ci/ yarn.lock
33
+ ./ci/ Gemfile.lock
34
34
test_6_0_ruby_2_6 :
35
35
runs-on : ubuntu-latest
36
36
steps :
43
43
with :
44
44
name : lockfiles_test_6_0_ruby_2_6
45
45
path : |
46
- yarn.lock
47
- Gemfile.lock
46
+ ./ci/ yarn.lock
47
+ ./ci/ Gemfile.lock
48
48
test_5_2_ruby_2_6 :
49
49
runs-on : ubuntu-latest
50
50
steps :
57
57
with :
58
58
name : lockfiles_test_5_2_ruby_2_6
59
59
path : |
60
- yarn.lock
61
- Gemfile.lock
60
+ ./ci/ yarn.lock
61
+ ./ci/ Gemfile.lock
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"
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"
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"
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"
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