File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -10,24 +10,52 @@ jobs:
10
10
- name : Run tests
11
11
run : |
12
12
docker-compose run --rm test_6_1_ruby_3_0
13
+ - name : Upload lock files
14
+ uses : actions/upload-artifact@v2
15
+ with :
16
+ name : lockfiles
17
+ path : |
18
+ yarn.lock
19
+ Gemfile.lock
13
20
test_6_1_ruby_2_7 :
14
21
runs-on : ubuntu-latest
15
22
steps :
16
23
- uses : actions/checkout@v2
17
24
- name : Run tests
18
25
run : |
19
26
docker-compose run --rm test_6_1_ruby_2_7
27
+ - name : Upload lock files
28
+ uses : actions/upload-artifact@v2
29
+ with :
30
+ name : lockfiles
31
+ path : |
32
+ yarn.lock
33
+ Gemfile.lock
20
34
test_6_0_ruby_2_6 :
21
35
runs-on : ubuntu-latest
22
36
steps :
23
37
- uses : actions/checkout@v2
24
38
- name : Run tests
25
39
run : |
26
40
docker-compose run --rm test_6_0_ruby_2_6
41
+ - name : Upload lock files
42
+ uses : actions/upload-artifact@v2
43
+ with :
44
+ name : lockfiles
45
+ path : |
46
+ yarn.lock
47
+ Gemfile.lock
27
48
test_5_2_ruby_2_6 :
28
49
runs-on : ubuntu-latest
29
50
steps :
30
51
- uses : actions/checkout@v2
31
52
- name : Run tests
32
53
run : |
33
54
docker-compose run --rm test_5_2_ruby_2_6
55
+ - name : Upload lock files
56
+ uses : actions/upload-artifact@v2
57
+ with :
58
+ name : lockfiles
59
+ path : |
60
+ yarn.lock
61
+ Gemfile.lock
You can’t perform that action at this time.
0 commit comments