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 a2c46e0 commit ac436ddCopy full SHA for ac436dd
1 file changed
.github/workflows/phpunit-sqlite.yml
@@ -111,7 +111,7 @@ jobs:
111
run: ./occ app:list && echo "======= System config =======" && ./occ config:list system
112
113
- name: PHPUnit database tests
114
- 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' || '' }}
115
116
- name: Upload db code coverage
117
if: ${{ !cancelled() && matrix.coverage }}
0 commit comments