Skip to content

Commit

Permalink
Cross test
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Nov 3, 2024
1 parent 0852227 commit 34644bf
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,15 @@ jobs:
- os: macos-latest
java: 8
distribution: zulu
jobtype: 1
scala: 3.x
- os: ubuntu-latest
java: 8
distribution: zulu
jobtype: 1
scala: 3.x
- os: ubuntu-latest
java: 8
distribution: zulu
scala: 2.12.x
runs-on: ${{ matrix.os }}
env:
JAVA_OPTS: -Xms800M -Xmx2G -Xss2M -XX:ReservedCodeCacheSize=128M -Dfile.encoding=UTF-8
Expand All @@ -30,6 +34,6 @@ jobs:
- uses: sbt/setup-sbt@v1
- shell: bash
run: |
sbt -v clean compile || true
sbt -v clean "++${{ matrix.scala }}" compile || true
sleep 1
sbt -v test scripted
sbt -v "++${{ matrix.scala }}" test scripted

0 comments on commit 34644bf

Please sign in to comment.