From 7020afb1e58ac23d42f94e26cb00bbb2b7b5f82e Mon Sep 17 00:00:00 2001 From: Markus Heck <51326311+Glutamat42@users.noreply.github.com> Date: Thu, 15 Feb 2024 16:00:00 +0100 Subject: [PATCH] . --- .github/workflows/moodle-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/moodle-ci.yml b/.github/workflows/moodle-ci.yml index 438c37e..de28fef 100644 --- a/.github/workflows/moodle-ci.yml +++ b/.github/workflows/moodle-ci.yml @@ -132,7 +132,7 @@ jobs: - name: PHPUnit tests if: ${{ always() }} run: | - cd moodle + # cd moodle # php -d pcov.enabled=1 -d pcov.directory=. vendor/bin/phpunit --coverage-text --configuration local/adler --testdox --coverage-clover local/adler/coverage.xml # restore tests are randomly causing segfaults when run with moodle-plugin-ci, but run totally fine when run with phpunit directly # https://github.com/moodlehq/moodle-plugin-ci/issues/204