Skip to content

Commit 13b4594

Browse files
actions: fail tests if any substep fails
1 parent d9bd8d0 commit 13b4594

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/run_all.sh

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/usr/bin/env bash
22

3+
# Fail the tests if any command fails
4+
set -e
5+
36
cleanup() {
47
local auth_method=$1
58

0 commit comments

Comments
 (0)