From cf75dce99c8db03dc0593b041a82d68a413a82a5 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Thu, 19 Oct 2023 10:55:41 +0200 Subject: [PATCH] Revert "Temporary disable grpc samples" This reverts commit 108c50c0f310876ed9f92f12fba305a00729a051. --- test.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/test.sh b/test.sh index a6191f857..f7742a881 100755 --- a/test.sh +++ b/test.sh @@ -9,9 +9,9 @@ pushd play-java-dagger2-example && scripts/test-sbt && popd pushd play-java-ebean-example && scripts/test-sbt && popd pushd play-java-fileupload-example && scripts/test-sbt && popd pushd play-java-forms-example && scripts/test-sbt && popd -#if [ "$MATRIX_SCALA" != "3.x" ]; then -# pushd play-java-grpc-example && scripts/test-sbt && popd -#fi +if [ "$MATRIX_SCALA" != "3.x" ]; then + pushd play-java-grpc-example && scripts/test-sbt && popd +fi pushd play-java-hello-world-tutorial && scripts/test-sbt && popd pushd play-java-jpa-example && scripts/test-sbt && popd pushd play-java-rest-api-example && scripts/test-sbt && popd @@ -24,9 +24,9 @@ pushd play-scala-chatroom-example && scripts/test-sbt && popd pushd play-scala-compile-di-example && scripts/test-sbt && popd pushd play-scala-fileupload-example && scripts/test-sbt && popd pushd play-scala-forms-example && scripts/test-sbt && popd -#if [ "$MATRIX_SCALA" != "3.x" ]; then -# pushd play-scala-grpc-example && scripts/test-sbt && popd -#fi +if [ "$MATRIX_SCALA" != "3.x" ]; then + pushd play-scala-grpc-example && scripts/test-sbt && popd +fi pushd play-scala-hello-world-tutorial && scripts/test-sbt && popd if [ "$MATRIX_SCALA" != "3.x" ]; then pushd play-scala-isolated-slick-example && scripts/test-sbt && popd