Skip to content

Commit

Permalink
fail ci on error
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvaingaudan committed Apr 29, 2024
1 parent e27bdb1 commit d694730
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/tests.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#!/usr/bin/env sh
set -o errexit -o pipefail

./test/start_stack.sh
# Set env variable
source ./test/env.sh
Expand Down

0 comments on commit d694730

Please sign in to comment.