Skip to content

Commit 345a97a

Browse files
committed
edit workflow file4
1 parent 5353c14 commit 345a97a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/moodle-ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,7 @@ jobs:
7070
- name: Behat features (pretty)
7171
if: ${{ always() }}
7272
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 \
73+
php $GITHUB_WORKSPACE/moodle/public/admin/tool/behat/cli/run.php \
7674
--format=pretty \
7775
--out=std \
7876
--tags=@mod_moodleoverflow

0 commit comments

Comments
 (0)