File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 22
22
- name : Build and run tests
23
23
env :
24
24
COVERAGE : true
25
+ TERM : xterm
25
26
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
26
27
run : |
27
28
gem install bundler
40
41
- name : Build and run tests
41
42
env :
42
43
COVERAGE : true
44
+ TERM : xterm
43
45
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
44
46
run : |
45
47
gem install bundler
58
60
- name : Build and run tests
59
61
env :
60
62
COVERAGE : true
63
+ TERM : xterm
61
64
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
62
65
run : |
63
66
gem install bundler
76
79
- name : Build and run tests
77
80
env :
78
81
COVERAGE : true
82
+ TERM : xterm
79
83
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
80
84
run : |
81
85
gem install bundler
94
98
- name : Build and run tests
95
99
env :
96
100
COVERAGE : true
101
+ TERM : xterm
97
102
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
98
103
run : |
99
104
gem install bundler
You can’t perform that action at this time.
0 commit comments