From 72a4f0771ab5f89a9905632420af5f9197aab819 Mon Sep 17 00:00:00 2001 From: Jonas Chapuis Date: Mon, 27 Nov 2023 11:01:33 +0100 Subject: [PATCH] Add cross-testing --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa38575f..528d3165 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,5 +12,5 @@ jobs: with: jvm: temurin:17 apps: sbt - - run: sbt scalafmtCheckAll compile coverage test coverageReport coverageAggregate versionPolicyCheck documentation/makeSite + - run: sbt scalafmtCheckAll compile coverage +test coverageReport coverageAggregate versionPolicyCheck documentation/makeSite - uses: codecov/codecov-action@v2.1.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 71aaa914..7e328533 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: jvm: temurin:17 apps: sbt - name: Test and compute coverage - run: sbt scalafmtCheckAll coverage test coverageReport coverageAggregate + run: sbt scalafmtCheckAll coverage +test coverageReport coverageAggregate - name: Codecov uses: codecov/codecov-action@v2.1.0