mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2024-10-14 15:24:10 +00:00
separate sbt steps
This commit is contained in:
parent
9fe057188e
commit
b675f551e0
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user