From 24423415e989ce0700b13ea3b6393fdf389c7548 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Thu, 31 Aug 2023 13:40:10 +0100 Subject: [PATCH] mima check on pull requests --- .github/workflows/validate-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-and-test.yml b/.github/workflows/validate-and-test.yml index c0f0c575e..a90851528 100644 --- a/.github/workflows/validate-and-test.yml +++ b/.github/workflows/validate-and-test.yml @@ -88,7 +88,7 @@ jobs: # Quick testing for PR validation - name: Validate pull request for JDK ${{ matrix.JDK }}, Scala ${{ matrix.SCALA_VERSION }} if: ${{ github.event_name == 'pull_request' }} - run: sbt -Dpekko.http.parallelExecution=false -Dpekko.test.timefactor=2 ++${{ matrix.SCALA_VERSION }} validatePullRequest + run: sbt -Dpekko.http.parallelExecution=false -Dpekko.test.timefactor=2 ++${{ matrix.SCALA_VERSION }} mimaReportBinaryIssues validatePullRequest # Full testing for pushes - name: Run all tests JDK ${{ matrix.JDK }}, Scala ${{ matrix.SCALA_VERSION }}