Skip to content

Commit 5b3e538

Browse files
committed
chore: wip
1 parent 0302c39 commit 5b3e538

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,7 @@ jobs:
119119
php: [8.1, 8.2, 8.3]
120120

121121
steps:
122-
- name: Checkout Code
123-
uses: actions/checkout@v2
122+
- uses: actions/[email protected]
124123

125124
- uses: shivammathur/setup-php@v2
126125
with:
@@ -133,13 +132,13 @@ jobs:
133132
uses: php-actions/composer@v6
134133

135134
- name: PHPUnit Tests
136-
run: ./vendor/bin/phpunit --coverage-clover ./vendor/coverage.xml
135+
run: ./vendor/bin/phpunit --coverage-clover ./coverage.xml
137136

138137
- name: Upload to Codecov
139138
uses: codecov/codecov-action@v2
140139
with:
141140
token: ${{ secrets.CODE_COV_TOKEN }}
142-
files: ./vendor/coverage.xml
141+
files: ./coverage.xml
143142
verbose: true
144143

145144
- name: Publish Test Report

0 commit comments

Comments
 (0)