Skip to content

Commit

Permalink
Update workflow to exit if any command fails
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandf committed Sep 12, 2024
1 parent aa6beb0 commit 39187de
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/run.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#!/bin/bash

# Exit if any command throws an error
set -e

cd $(dirname $0)
cd ../

Expand Down

0 comments on commit 39187de

Please sign in to comment.