pipefail
This commit is contained in:
parent
f1d319914a
commit
1dbfacc39e
1
.github/workflows/run_unit_test.sh
vendored
1
.github/workflows/run_unit_test.sh
vendored
@ -1,6 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
set -o pipefail
|
||||
|
||||
# Set up repo
|
||||
start_dir=$(pwd)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user