File tree Expand file tree Collapse file tree 4 files changed +21
-3
lines changed Expand file tree Collapse file tree 4 files changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,12 @@ name: Coverage
22
33on : [push, pull_request]
44
5+ permissions :
6+ contents : read
7+
58env :
6- COVERAGE : PartialSummary
79 CONSOLE_OUTPUT : Text
10+ COVERAGE : PartialSummary
811
912jobs :
1013 test :
Original file line number Diff line number Diff line change @@ -2,6 +2,12 @@ name: Development
22
33on : [push, pull_request]
44
5+ permissions :
6+ contents : read
7+
8+ env :
9+ CONSOLE_OUTPUT : Text
10+
511jobs :
612 test :
713 name : ${{matrix.ruby}} on ${{matrix.os}}
1824 - " 3.1"
1925
2026 experimental : [false]
21- env : [""]
2227
2328 include :
2429 - os : ubuntu
4045
4146 - name : Run tests
4247 timeout-minutes : 5
43- run : ${{matrix.env}} bundle exec rspec
48+ run : bundle exec rspec
Original file line number Diff line number Diff line change 55 branches :
66 - main
77
8+ permissions :
9+ contents : write
10+
811env :
12+ CONSOLE_OUTPUT : Text
913 BUNDLE_WITH : maintenance
1014
1115jobs :
Original file line number Diff line number Diff line change @@ -2,6 +2,12 @@ name: External
22
33on : [push, pull_request]
44
5+ permissions :
6+ contents : read
7+
8+ env :
9+ CONSOLE_OUTPUT : Text
10+
511jobs :
612 test :
713 name : ${{matrix.ruby}} on ${{matrix.os}}
You can’t perform that action at this time.
0 commit comments