Skip to content

Commit

Permalink
sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
susnux committed Oct 23, 2023
1 parent 3daafb6 commit dfae34a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit-sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
php -f tests/enable_all.php | grep -i -C9999 error && echo "Error during app setup" && exit 1 || exit 0
- name: Nextcloud debug information
run: ./occ app:list && echo "======= System config "======= && ./occ config:list system
run: ./occ app:list && echo "======= System config =======" && ./occ config:list system

- name: PHPUnit nodb testsuite
if: ${{ matrix.full-testsuite }}
Expand Down

0 comments on commit dfae34a

Please sign in to comment.