Skip to content

Commit

Permalink
try catch
Browse files Browse the repository at this point in the history
  • Loading branch information
metelkin committed Jun 14, 2024
1 parent eb44eaa commit f693381
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-cases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
flag=0
for file in $files; do
echo -n "Processing $(basename $file) in directory $(dirname $file)... "
npx heta build --skip-updates --units-check -s $(basename $file) $(dirname $file) >> null
npx heta build --skip-updates --units-check -s $(basename $file) $(dirname $file) > /dev/null 2>&1
if [ $? -ne 0 ]; then
echo "ERROR!"
flag=1
Expand Down

0 comments on commit f693381

Please sign in to comment.