Skip to content

Commit

Permalink
infection
Browse files Browse the repository at this point in the history
  • Loading branch information
rdebleu committed May 15, 2024
1 parent 8c3aae2 commit a7e4bf0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/infection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jobs:
- name: autoload
working-directory: moodle
run: |
echo "<?php
define('PHPUNIT_UTIL', true);
require(__DIR__ . '/../lib/phpunit/bootstrap.php');
require('autoload.php');" > vendor/autoloadmoodle.php
echo '<?php' > vendor/autoloadmoodle.php
echo 'define("PHPUNIT_UTIL", true);' >> vendor/autoloadmoodle.php
echo 'require(__DIR__ . "/../lib/phpunit/bootstrap.php");' >> vendor/autoloadmoodle.php
echo 'require("autoload.php");' >> vendor/autoloadmoodle.php
- name: infection
if: ${{ !cancelled() }}
Expand Down

0 comments on commit a7e4bf0

Please sign in to comment.