From 640b347d396d1ce283deaa94a319f6c35c116b61 Mon Sep 17 00:00:00 2001 From: Alex Archambault Date: Fri, 10 Jan 2025 15:20:40 +0100 Subject: [PATCH] Fix CI --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 203465d..b79edc5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: jvm: 8 - name: Compile - run: sbt +test +mimaReportBinaryIssues + run: sbtn +test +mimaReportBinaryIssues readme: runs-on: ubuntu-latest @@ -40,7 +40,7 @@ jobs: jvm: 17 - name: Compile - run: sbt readme/mdoc + run: sbtn readme/mdoc publish: needs: test @@ -64,7 +64,7 @@ jobs: PGP_SECRET: ${{ secrets.PUBLISH_SECRET_KEY }} - name: Release - run: sbt ci-release + run: sbtn ci-release env: PGP_PASSPHRASE: ${{ secrets.PUBLISH_SECRET_KEY_PASSWORD }} PGP_SECRET: ${{ secrets.PUBLISH_SECRET_KEY }}