We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5353c14 commit 345a97aCopy full SHA for 345a97a
.github/workflows/moodle-ci.yml
@@ -70,9 +70,7 @@ jobs:
70
- name: Behat features (pretty)
71
if: ${{ always() }}
72
run: |
73
- echo "Suche run.php..."
74
- find $GITHUB_WORKSPACE -name "run.php" -path "*/behat/cli/*" | head -3
75
- php $GITHUB_WORKSPACE/moodle/admin/tool/behat/cli/run.php \
+ php $GITHUB_WORKSPACE/moodle/public/admin/tool/behat/cli/run.php \
76
--format=pretty \
77
--out=std \
78
--tags=@mod_moodleoverflow
0 commit comments