Skip to content

Commit aa85866

Browse files
committed
edit workflow file7
1 parent 4239fb9 commit aa85866

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/moodle-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ jobs:
7070
- name: Behat features
7171
if: ${{ always() }}
7272
run: |
73+
set +e
7374
moodle-plugin-ci behat --auto-rerun 0
75+
set -e
7476
php $GITHUB_WORKSPACE/moodle/public/admin/tool/behat/cli/run.php \
7577
--format=pretty \
7678
--out=std \

0 commit comments

Comments
 (0)