mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-01-19 18:14:44 +00:00
switch to coursier action
This commit is contained in:
parent
c22d86acef
commit
56db0f76e4
5
.github/workflows/test.yaml
vendored
5
.github/workflows/test.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue