From f241fc415857ed927302b8a2f04d639da62f0ea7 Mon Sep 17 00:00:00 2001 From: Adrien Piquerez Date: Tue, 14 Nov 2023 13:07:04 +0100 Subject: [PATCH] Run util test on all Scala 2 versions --- .github/workflows/ci.yml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb9dbce49..09186d676 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -126,8 +126,10 @@ jobs: # ./sbt -v --client "serverTestProj/test" # ./sbt -v --client doc ./sbt -v --client "all $UTIL_TESTS" - # ./sbt -v --client ++$SCALA_213 - # ./sbt -v --client "all $UTIL_TESTS" + ./sbt -v --client ++$SCALA_213 + ./sbt -v --client "all $UTIL_TESTS" + ./sbt -v --client ++$SCALA_212 + ./sbt -v --client "all $UTIL_TESTS" - name: Build and test (2) if: ${{ matrix.jobtype == 2 }} shell: bash @@ -149,11 +151,13 @@ jobs: # ./sbt -v "repoOverrideTest:scripted dependency-management/*" ./sbt -v "scripted source-dependencies/*" # ./sbt -v "scripted project/*" - # - name: Build and test (5) - # if: ${{ matrix.jobtype == 5 }} - # shell: bash - # run: | - # ./sbt -v "++$SCALA_213!; test; ++$SCALA_3!; all utilControl/test utilRelation/test utilPosition/test" + - name: Build and test (5) + if: ${{ matrix.jobtype == 5 }} + shell: bash + run: | + ./sbt -v --client test + ./sbt -v --client "++$SCALA_213; all $UTIL_TESTS" + ./sbt -v --client "++$SCALA_212; all $UTIL_TESTS" # - name: Build and test (6) # if: ${{ matrix.jobtype == 6 }} # shell: bash