Merge pull request #1103 from psforever/coursier

switch to coursier action
This commit is contained in:
Jakob Gillich 2023-05-30 13:44:05 +02:00 committed by GitHub
commit beca11abcb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View file

@ -33,7 +33,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Scala
uses: olafurpg/setup-scala@v13
uses: coursier/setup-action@v1
with:
jvm: adopt:11
apps: sbtn
- name: Run migrations
run: sbt "server/run migrate"
- name: Run build

View file

@ -1,4 +1,5 @@
-Xss1M
-Xmx4096M
-Xss6M
-Dconfig.override_with_env_vars=true
-Dsbt.server.forcestart=true
-Dquill.macro.log=false