mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-04-29 16:25:30 +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
1 changed files with 4 additions and 4 deletions
8
.github/workflows/test.yaml
vendored
8
.github/workflows/test.yaml
vendored
|
|
@ -38,16 +38,16 @@ jobs:
|
||||||
uses: coursier/setup-action@v1
|
uses: coursier/setup-action@v1
|
||||||
with:
|
with:
|
||||||
jvm: adopt:11
|
jvm: adopt:11
|
||||||
apps: sbtn
|
apps: sbt
|
||||||
|
|
||||||
- name: Run migrations
|
- name: Run migrations
|
||||||
run: sbtn "server/run migrate"
|
run: sbt "server/run migrate"
|
||||||
|
|
||||||
- name: Run build
|
- name: Run build
|
||||||
run: sbtn server/packArchiveZip
|
run: sbt server/packArchiveZip
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: sbtn coverage test:compile quiet:test coverageReport
|
run: sbt coverage test:compile quiet:test coverageReport
|
||||||
|
|
||||||
- name: Upload coverage
|
- name: Upload coverage
|
||||||
run: bash <(curl -s https://codecov.io/bash)
|
run: bash <(curl -s https://codecov.io/bash)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue