Skip to content

Commit

Permalink
disable test execution (there are no playbook tests)
Browse files Browse the repository at this point in the history
  • Loading branch information
Glutamat42 committed Dec 13, 2024
1 parent 61d9767 commit d1df2c4
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/moodle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d1df2c4

Please sign in to comment.