Skip to content

Commit

Permalink
fix e2e.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k authored Sep 29, 2024
1 parent d155813 commit 1a808a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if [[ "$SCALA_VERSION" != "2_12" ]]; then
COMPAT_TARGET=e2eScala3SourcesJVM${SCALA_VERSION};
fi

echo sbt clean \
sbt clean \
e2eJVM$SCALA_VERSION/test \
e2eGrpcJVM$SCALA_VERSION/test \
e2eJS${SCALA_VERSION}/test \
Expand Down

0 comments on commit 1a808a7

Please sign in to comment.