Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelchassot committed Nov 28, 2024
1 parent ece5065 commit b280697
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions run-tests.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
#!/usr/bin/env bash

SBT_TEMP=$ROOT_DIR/sbt-temp
# if TEMP_DIR is not set, set it to the default
JAVA_OPTS_TMP_DIR=${JAVA_OPTS_TMP_DIR:-$ROOT_DIR/temporary}
mkdir -p $JAVA_OPTS_TMP_DIR

STAINLESS="stainless-dotty"
ADMIT_VCS=false
# First check whether the flag --admit-vcs is present
Expand All @@ -26,4 +31,7 @@ for project in $TC_TESTS; do
exit $status
fi
done

rm -rf $SBT_TEMP
rm -rf $JAVA_OPTS_TMP_DIR
echo "************* Verifying bolts projects was successful! *************"

0 comments on commit b280697

Please sign in to comment.