Skip to content

Commit

Permalink
Fix compat test
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamet committed Sep 30, 2024
1 parent bd6363f commit 160b8ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
set -e
SCALA_VERSION=${SCALA_VERSION:-2_12}
if [[ "$SCALA_VERSION" != "2_12" ]]; then
COMPAT_TARGET=e2eScala3SourcesJVM${SCALA_VERSION};
COMPAT_TARGET=e2eScala3SourcesJVM${SCALA_VERSION}/test;
fi

sbt clean \
e2eJVM$SCALA_VERSION/test \
e2eGrpcJVM$SCALA_VERSION/test \
e2eJS${SCALA_VERSION}/test \
$COMPAT_TARGET/test
$COMPAT_TARGET

0 comments on commit 160b8ba

Please sign in to comment.