Skip to content

Commit 6d18c8b

Browse files
committed
Exit on error
Signed-off-by: Riddhesh Sanghvi <[email protected]>
1 parent 64bef8b commit 6d18c8b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test_and_build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,9 @@ jobs:
141141
- name: Test
142142
shell: 'script -q -e -c "bash {0}"'
143143
run: |
144+
set -e
144145
cd $GITHUB_WORKSPACE
145-
sudo ./vendor/bin/behat
146+
sudo -E ./vendor/bin/behat
146147
sub_commands=(
147148
vendor/easyengine/site-command/features
148149
vendor/easyengine/site-type-php/features

0 commit comments

Comments
 (0)