separate sbt steps

This commit is contained in:
Mark Canlas 2023-06-13 13:32:47 -04:00
parent 9fe057188e
commit b675f551e0

View File

@ -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 }}