Skip to content

Commit 629b4d5

Browse files
committed
Early exit if errors in integration tests
1 parent ba673d0 commit 629b4d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/integration-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
set -x
2+
set -ex
33

44
if [[ -z "$INTEGRATION" ]]; then
55
exit 0

0 commit comments

Comments
 (0)