Skip to content

Commit

Permalink
Exclude Scala.js with Scala 3.0 from e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamet committed Nov 16, 2020
1 parent 25c0fef commit 78fff1e
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 @@ sbt clean \
e2eJVM$SCALA_VERSION/test \
e2eGrpcJVM$SCALA_VERSION/test

if [[ "$SCALA_VERSION" != "0_27" ]]; then
if [[ "$SCALA_VERSION" != "3_0" ]]; then
sbt \
e2eJS${SCALA_VERSION}/test
fi
Expand Down

0 comments on commit 78fff1e

Please sign in to comment.