mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-04-29 16:25:30 +00:00
Merge pull request #1103 from psforever/coursier
switch to coursier action
This commit is contained in:
commit
beca11abcb
2 changed files with 6 additions and 2 deletions
5
.github/workflows/test.yaml
vendored
5
.github/workflows/test.yaml
vendored
|
|
@ -33,7 +33,10 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Setup Scala
|
- name: Setup Scala
|
||||||
uses: olafurpg/setup-scala@v13
|
uses: coursier/setup-action@v1
|
||||||
|
with:
|
||||||
|
jvm: adopt:11
|
||||||
|
apps: sbtn
|
||||||
- name: Run migrations
|
- name: Run migrations
|
||||||
run: sbt "server/run migrate"
|
run: sbt "server/run migrate"
|
||||||
- name: Run build
|
- name: Run build
|
||||||
|
|
|
||||||
3
.jvmopts
3
.jvmopts
|
|
@ -1,4 +1,5 @@
|
||||||
-Xss1M
|
-Xmx4096M
|
||||||
|
-Xss6M
|
||||||
-Dconfig.override_with_env_vars=true
|
-Dconfig.override_with_env_vars=true
|
||||||
-Dsbt.server.forcestart=true
|
-Dsbt.server.forcestart=true
|
||||||
-Dquill.macro.log=false
|
-Dquill.macro.log=false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue