Skip to content

Commit ac436dd

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 a2c46e0 commit ac436dd

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
@@ -111,7 +111,7 @@ jobs:
111111
run: ./occ app:list && echo "======= System config =======" && ./occ config:list system
112112

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

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

0 commit comments

Comments
 (0)