Skip to content

Commit 71d3fbe

Browse files
committed
chore: Enable sqlite CI testing again
It was restricted to a single test by mistake in 4b01556 Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 parent 754765e commit 71d3fbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/phpunit-sqlite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
run: ./occ app:list && echo "======= System config =======" && ./occ config:list system
113113

114114
- 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
115+
run: composer run test:db -- --log-junit junit.xml ${{ matrix.coverage && '--coverage-clover ./clover.db.xml' || '' }}
116116

117117
- name: Upload db code coverage
118118
if: ${{ !cancelled() && matrix.coverage }}

0 commit comments

Comments
 (0)