From b675f551e02a0ba95326fc1b3fc63e3431df3e78 Mon Sep 17 00:00:00 2001 From: Mark Canlas Date: Tue, 13 Jun 2023 13:32:47 -0400 Subject: [PATCH] separate sbt steps --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e295939..9cb7413 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,10 @@ jobs: java-version: '17' cache: sbt - - run: sbt 'scalafixAll --check' scalafmtCheck +test + - run: sbt 'scalafixAll --check' scalafmtSbtCheck scalafmtCheck + env: + GH_PACKAGES_TOKEN: ${{ secrets.GH_PACKAGES_TOKEN }} + + - run: sbt +test env: GH_PACKAGES_TOKEN: ${{ secrets.GH_PACKAGES_TOKEN }}