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 754765e commit 71d3fbeCopy full SHA for 71d3fbe
1 file changed
.github/workflows/phpunit-sqlite.yml
@@ -112,7 +112,7 @@ jobs:
112
run: ./occ app:list && echo "======= System config =======" && ./occ config:list system
113
114
- name: PHPUnit database tests
115
- run: composer run test:db -- --log-junit junit.xml ${{ matrix.coverage && '--coverage-clover ./clover.db.xml' || '' }} tests/lib/Preview/PostscriptTest.php
+ run: composer run test:db -- --log-junit junit.xml ${{ matrix.coverage && '--coverage-clover ./clover.db.xml' || '' }}
116
117
- name: Upload db code coverage
118
if: ${{ !cancelled() && matrix.coverage }}
0 commit comments