Skip to content

Commit

Permalink
Updated phpunit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanVester authored Oct 24, 2024
1 parent 9fc4150 commit e2dc149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ jobs:
REPO_ROOT="`pwd`"
cd "$REPO_ROOT"/server/moodle
composer require --dev phpunit/phpunit
composer require --dev phpunit/phpunit ^9
if [ ! -d "$REPO_ROOT/server/moodledata/phpunit" ]; then
mkdir "$REPO_ROOT/server/moodledata/phpunit"
Expand Down

0 comments on commit e2dc149

Please sign in to comment.