switch to coursier action

This commit is contained in:
Jakob Gillich 2023-05-30 13:19:45 +02:00 committed by GitHub
parent c22d86acef
commit 56db0f76e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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