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 804c275 commit 15f52f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,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
if: ${{ !cancelled() }}
Expand Down Expand Up @@ -133,15 +133,15 @@ jobs:

- name: AWS engine
if: ${{ !cancelled() }}
run: moodle-plugin-ci --ansi phpunit --coverage-text moodle/admin/tool/translate/engine/aws
run: moodle-plugin-ci --ansi phpunit --testdox --coverage-text moodle/admin/tool/translate/engine/aws

- name: Google engine
if: ${{ !cancelled() }}
run: moodle-plugin-ci --ansi phpunit --coverage-text moodle/admin/tool/translate/engine/google
run: moodle-plugin-ci --ansi phpunit --testdox --coverage-text moodle/admin/tool/translate/engine/google

- name: Deepl engine
if: ${{ !cancelled() }}
run: moodle-plugin-ci --ansi phpunit --coverage-text moodle/admin/tool/translate/engine/deepl
run: moodle-plugin-ci --ansi phpunit --testdox --coverage-text moodle/admin/tool/translate/engine/deepl

- name: admin bookmarks
if: ${{ !cancelled() }}
Expand Down

0 comments on commit 15f52f9

Please sign in to comment.