We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ced5a91 commit 4ca30a0Copy full SHA for 4ca30a0
.github/workflows/php.yml
@@ -8,12 +8,11 @@ on:
8
- cron: "0 0 1 * *"
9
10
jobs:
11
- build:
+ test:
12
runs-on: ubuntu-20.04
13
strategy:
14
matrix:
15
php: [ '7.3', '7.4', '8.0' ]
16
-
17
steps:
18
- uses: actions/checkout@v2
19
@@ -43,16 +42,4 @@ jobs:
43
42
- name: PHP ${{ matrix.php }} - Run coverage test suite
44
env:
45
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/[email protected]
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
+ run: composer run-script test
0 commit comments