mirror of
https://github.com/mcanlas/6502-opcodes.git
synced 2025-01-23 15:30:40 +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'
|
java-version: '17'
|
||||||
cache: sbt
|
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:
|
env:
|
||||||
GH_PACKAGES_TOKEN: ${{ secrets.GH_PACKAGES_TOKEN }}
|
GH_PACKAGES_TOKEN: ${{ secrets.GH_PACKAGES_TOKEN }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user