mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-01-19 18:44:45 +00:00
nope, not the link is missing, it does not pack sbt at all
does switching to sbt proper work?
This commit is contained in:
parent
a128754459
commit
5b9b85142e
8
.github/workflows/test.yaml
vendored
8
.github/workflows/test.yaml
vendored
|
|
@ -38,16 +38,16 @@ jobs:
|
|||
uses: coursier/setup-action@v1
|
||||
with:
|
||||
jvm: adopt:11
|
||||
apps: sbtn
|
||||
apps: sbt
|
||||
|
||||
- name: Run migrations
|
||||
run: sbtn "server/run migrate"
|
||||
run: sbt "server/run migrate"
|
||||
|
||||
- name: Run build
|
||||
run: sbtn server/packArchiveZip
|
||||
run: sbt server/packArchiveZip
|
||||
|
||||
- name: Run tests
|
||||
run: sbtn coverage test:compile quiet:test coverageReport
|
||||
run: sbt coverage test:compile quiet:test coverageReport
|
||||
|
||||
- name: Upload coverage
|
||||
run: bash <(curl -s https://codecov.io/bash)
|
||||
|
|
|
|||
Loading…
Reference in a new issue