Skip to content

Commit

Permalink
unset java_opts variable to run bolts tests (#1583)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelchassot authored Oct 9, 2024
1 parent a681d38 commit 34593af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stainless-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ fi
if [ "$SKIP_BOLTS" = true ]; then
echo "************** Skipping Bolts tests **************"
else
unset JAVA_OPTS
if [ -z "$BOLTS_DIR" ]; then
bash bin/external-tests.sh --skip-build
else
Expand Down

0 comments on commit 34593af

Please sign in to comment.