Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Jan 6, 2025
1 parent 703b8ab commit 998ee61
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
distribution: temurin
java-version: ${{matrix.java}}
- uses: coursier/cache-action@v6
- uses: sbt/setup-sbt@v1
# note use of an old sbt version, as a smoke test
- run: "sbt +test mimaReportBinaryIssues 'set sbtplugin/scriptedSbt := \"1.3.13\"' 'scripted sbt-mima-plugin/minimal'"
testFunctional:
Expand All @@ -35,6 +36,7 @@ jobs:
with:
distribution: temurin
java-version: 8
- uses: sbt/setup-sbt@v1
- uses: coursier/cache-action@v6
- run: sbt "functional-tests/runMain com.typesafe.tools.mima.lib.UnitTests -${{ matrix.scala }}"
testScripted:
Expand All @@ -51,6 +53,7 @@ jobs:
distribution: temurin
java-version: 8
- uses: coursier/cache-action@v6
- uses: sbt/setup-sbt@v1
- run: sbt "scripted sbt-mima-plugin/*${{ matrix.scripted }}"
testIntegration:
needs: build
Expand All @@ -62,4 +65,5 @@ jobs:
distribution: temurin
java-version: 8
- uses: coursier/cache-action@v6
- uses: sbt/setup-sbt@v1
- run: sbt IntegrationTest/test

0 comments on commit 998ee61

Please sign in to comment.