Run util test on all Scala 2 versions

This commit is contained in:
Adrien Piquerez 2023-11-14 13:07:04 +01:00
parent 1f33b27b03
commit f241fc4158
1 changed files with 11 additions and 7 deletions

View File

@ -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