Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Nov 19, 2024
1 parent 053b3bd commit 43f5453
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/scripts/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ set -exo pipefail

TEST_VERSION="0.1.0-test"

export COURSIER_INTERFACE_JAVA8_HOME="$(cs java-home --jvm 8)"

echo "Running tests"
sbt +test

export COURSIER_INTERFACE_JAVA8_HOME="$(cs java-home --jvm 8)"

IS_UNIX="false"
case "$(uname -s)" in
Linux*) IS_UNIX="true";;
Expand Down

0 comments on commit 43f5453

Please sign in to comment.