Merge pull request #2417 from crazyserver/MOBILE-3401
MOBILE-3401 travis: Fix telegram e2e notificationsmain
commit
784ba9cab4
|
@ -51,7 +51,7 @@ do
|
||||||
print_title "Running e2e tests ($tags)"
|
print_title "Running e2e tests ($tags)"
|
||||||
|
|
||||||
$dockercompose exec -T webserver sh -c "php admin/tool/behat/cli/run.php --tags=\"$tags\""
|
$dockercompose exec -T webserver sh -c "php admin/tool/behat/cli/run.php --tags=\"$tags\""
|
||||||
notify_on_error_exit "e2e failed on $tags"
|
notify_on_error_exit "Some e2e tests are failing, please review"
|
||||||
done
|
done
|
||||||
|
|
||||||
# Clean up
|
# Clean up
|
||||||
|
|
Loading…
Reference in New Issue