Skip to content

Commit

Permalink
Updated phpunit.yml - added if: always()
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanVester authored Nov 4, 2024
1 parent f054d3d commit fb29b16
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,16 +273,15 @@ jobs:
php admin/tool/phpunit/cli/init.php
- name: Run tests on mod_homework
if: always()
run: |
pwd
cd server/moodle
vendor/bin/phpunit --testsuite mod_homework_testsuite
- name: Run tests on block_homework
if: always()
run: |
pwd
cd server/moodle
vendor/bin/phpunit --testsuite block_homework_testsuite

0 comments on commit fb29b16

Please sign in to comment.