mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-07-15 16:34:42 +00:00
switch to sbtn command, seems like no sbt -> sbtn link is provided anymore
might just work like is...
This commit is contained in:
parent
bb4ceb1f22
commit
a128754459
1 changed files with 3 additions and 3 deletions
6
.github/workflows/test.yaml
vendored
6
.github/workflows/test.yaml
vendored
|
|
@ -41,13 +41,13 @@ jobs:
|
||||||
apps: sbtn
|
apps: sbtn
|
||||||
|
|
||||||
- name: Run migrations
|
- name: Run migrations
|
||||||
run: sbt "server/run migrate"
|
run: sbtn "server/run migrate"
|
||||||
|
|
||||||
- name: Run build
|
- name: Run build
|
||||||
run: sbt server/packArchiveZip
|
run: sbtn server/packArchiveZip
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: sbt coverage test:compile quiet:test coverageReport
|
run: sbtn 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