Skip to content

Commit fd190de

Browse files
committed
chore: split test run + coverage upload steps
1 parent 36d9ee9 commit fd190de

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,15 @@ jobs:
1717
with:
1818
version: 2.5.5
1919

20-
- name: Test & Coverage
20+
- name: Run Tests
21+
run: ./.github/scripts/run-phpunit.sh
22+
23+
- name: Upload coverage
2124
uses: qltysh/qlty-action/coverage@v2
2225
with:
2326
token: ${{ secrets.QLTY_COVERAGE_TOKEN }}
2427
files: coverage/clover.xml
25-
command: ./.github/scripts/run-phpunit.sh
28+
command: publish
2629
verbose: true
2730

2831
- name: Clean up GitHub workspace

0 commit comments

Comments
 (0)