Skip to content

Commit

Permalink
update empty check
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmiei committed May 18, 2023
1 parent ba3316f commit 912bacc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ done
npm run post-transpile

### RUN SPECIFIC TESTS ###
if [![${REST_EXCHANGES[@]}] && ![${REST_EXCHANGES[@]}] ]; then
if [ -z ${REST_EXCHANGES[@]} ] && [ -z ${WS_EXCHANGES[@]} ]; then
echo "no exchanges to test, exiting"
exit
fi
Expand Down

0 comments on commit 912bacc

Please sign in to comment.