From cab85b0de9401ac9d7e7bb9abeae1250d81e9cc6 Mon Sep 17 00:00:00 2001 From: Allan Brighton Date: Wed, 16 Aug 2023 17:24:05 +0200 Subject: [PATCH] Test using sbt for GitHub actions instead of sbtn, to make sure changes are loaded --- .github/workflows/dev.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index ff0d15976b..fbb18b6471 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -49,10 +49,10 @@ jobs: - name: Docs Check run: | - sbtn clean - sbtn scalafmtCheck - : # sbtn scalastyle # Not scala 3 ready - sbtn makeSite + sbt clean + sbt scalafmtCheck + : # sbt scalastyle # Not scala 3 ready + sbt makeSite - name: Multi-Jvm Tests run: sbt -DenableFatalWarnings=true -DgenerateStoryReport=false integration/MultiJvm/test