File tree Expand file tree Collapse file tree 1 file changed +2
-15
lines changed
Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Original file line number Diff line number Diff line change 88 - cron : " 0 0 1 * *"
99
1010jobs :
11- build :
11+ test :
1212 runs-on : ubuntu-20.04
1313 strategy :
1414 matrix :
1515 php : [ '7.3', '7.4', '8.0' ]
16-
1716 steps :
1817 - uses : actions/checkout@v2
1918
4342 - name : PHP ${{ matrix.php }} - Run coverage test suite
4443 env :
4544 apiKey : ${{ secrets.STEAM_API_KEY }}
46- run : composer run-script test
47-
48- - name : Publish Coverage
49- if : matrix.php == '8.0'
50- uses : paambaati/codeclimate-action@v2.7.5
51- env :
52- apiKey : ${{ secrets.STEAM_API_KEY }}
53- CC_TEST_REPORTER_ID : ${{ secrets.CC_TEST_REPORTER_ID }}
54- XDEBUG_MODE : coverage
55- with :
56- coverageCommand : composer run-script coverage
57- coverageLocations : ${{github.workspace}}/coverage.clover:clover
58- debug : true
45+ run : composer run-script test
You can’t perform that action at this time.
0 commit comments