Skip to content

Commit

Permalink
testdox
Browse files Browse the repository at this point in the history
  • Loading branch information
rdebleu committed May 3, 2024
1 parent 66bf146 commit ae99fee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: phpunit
continue-on-error: true
if: ${{ !cancelled() }}
run: moodle-plugin-ci --ansi phpunit --coverage-text --coverage-clover
run: moodle-plugin-ci --ansi phpunit --testdox --coverage-text --coverage-clover

- name: behat
if: ${{ !cancelled() }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:

- name: phpunit
if: ${{ !cancelled() }}
run: moodle-plugin-ci --ansi phpunit --coverage-text --coverage-clover
run: moodle-plugin-ci --ansi phpunit --testdox --coverage-text --coverage-clover

- name: privacy
run: vendor/bin/phpunit --colors --no-coverage --testsuite tool_dataprivacy_testsuite,tool_policy_testsuite,core_privacy_testsuite
Expand Down
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
$plugin->component = 'repository_s3bucket';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = ['repository_s3' => ANY_VERSION, 'local_aws' => 2023042400];
$plugin->release = 'v4.2.3';
$plugin->release = 'v4.4.1';
$plugin->supported = [402, 404];
$plugin->version = 2024031000;

0 comments on commit ae99fee

Please sign in to comment.