From d1df2c4a25d9c545567ac86357266a21fe1d2581 Mon Sep 17 00:00:00 2001 From: Markus Heck Date: Fri, 13 Dec 2024 18:33:39 +0100 Subject: [PATCH] disable test execution (there are no playbook tests) --- .github/workflows/moodle-ci.yml | 42 ++++++++++++++++----------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/workflows/moodle-ci.yml b/.github/workflows/moodle-ci.yml index 035e6ed..18e703d 100644 --- a/.github/workflows/moodle-ci.yml +++ b/.github/workflows/moodle-ci.yml @@ -150,24 +150,24 @@ jobs: - name: Grunt if: ${{ always() }} run: moodle-plugin-ci grunt --max-lint-warnings 0 - - # running this just before the tests to make sure that the vendor directory is not included in previous steps - - name: Install plugin dependencies - run: | - cd moodle/local/declarativesetup/playbook/adler - composer i - - - name: PHPUnit tests - if: ${{ always() }} - run: | - # "pending completion" coveralls issue also appeared directly using phpunit command - moodle-plugin-ci phpunit --fail-on-warning --coverage-clover --testdox --coverage-pcov --coverage-text -vvv - - - name: Coveralls upload - continue-on-error: true - env: - COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }} - if: ${{ matrix.php == '8.3' && matrix.moodle-branch == 'MOODLE_405_STABLE' && matrix.database == 'mariadb' }} - run: | - # "pending completion" coveralls issue also appeared directly using php-coveralls - moodle-plugin-ci coveralls-upload +# +# # running this just before the tests to make sure that the vendor directory is not included in previous steps +# - name: Install plugin dependencies +# run: | +# cd moodle/local/declarativesetup/playbook/adler +# composer i +# +# - name: PHPUnit tests +# if: ${{ always() }} +# run: | +# # "pending completion" coveralls issue also appeared directly using phpunit command +# moodle-plugin-ci phpunit --fail-on-warning --coverage-clover --testdox --coverage-pcov --coverage-text -vvv +# +# - name: Coveralls upload +# continue-on-error: true +# env: +# COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }} +# if: ${{ matrix.php == '8.3' && matrix.moodle-branch == 'MOODLE_405_STABLE' && matrix.database == 'mariadb' }} +# run: | +# # "pending completion" coveralls issue also appeared directly using php-coveralls +# moodle-plugin-ci coveralls-upload