From f76d913639c44dae75dca6ccaa38b35611dbf07b Mon Sep 17 00:00:00 2001 From: Markus Heck <51326311+Glutamat42@users.noreply.github.com> Date: Wed, 3 Apr 2024 19:07:41 +0200 Subject: [PATCH] Update moodle-ci.yml --- .github/workflows/moodle-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/moodle-ci.yml b/.github/workflows/moodle-ci.yml index 3e85b9c..e9c698c 100644 --- a/.github/workflows/moodle-ci.yml +++ b/.github/workflows/moodle-ci.yml @@ -132,7 +132,9 @@ jobs: - name: PHPUnit tests if: ${{ always() }} run: | + ls -lha moodle-plugin-ci phpunit --fail-on-warning --coverage-clover --testdox --coverage-pcov --coverage-text -vvv + ls -lha - name: Coveralls upload continue-on-error: true