Skip to content

Commit

Permalink
Fix broken line, result of a accidental paste
Browse files Browse the repository at this point in the history
  • Loading branch information
mudrd8mz committed Nov 8, 2023
1 parent c23cb7a commit 105a105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
- name: Privacy tests
if: ${{ always() }}
run: |
cd moodlemoodle-plugin-ci phpunit --fail-on-warning
cd moodle
vendor/bin/phpunit --fail-on-risky --disallow-test-output -v admin/tool/dataprivacy/tests/metadata_registry_test.php
vendor/bin/phpunit --fail-on-risky --disallow-test-output -v privacy/tests/privacy/provider_test.php
Expand Down

0 comments on commit 105a105

Please sign in to comment.