Skip to content

Commit

Permalink
chore: add setup-sbt step
Browse files Browse the repository at this point in the history
  • Loading branch information
danslapman committed Jan 18, 2025
1 parent 33e66b7 commit aaee929
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ jobs:
java-version: 21
check-latest: true

- uses: sbt/setup-sbt@v1

- name: Compile and test
run: |
cd backend
Expand Down Expand Up @@ -118,6 +120,8 @@ jobs:
java-version: 21
check-latest: true

- uses: sbt/setup-sbt@v1

- name: Install Protoc
uses: arduino/setup-protoc@v3
with:
Expand Down Expand Up @@ -210,6 +214,8 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
native-image-job-reports: 'true'

- uses: sbt/setup-sbt@v1

- name: Install Protoc
uses: arduino/setup-protoc@v3
with:
Expand Down Expand Up @@ -296,6 +302,8 @@ jobs:
java-version: 17
check-latest: true

- uses: sbt/setup-sbt@v1

- name: Test docker image
env:
MOCKINGBIRD_IMAGE: ${{ env.MOCKINGBIRD_TEST_IMAGE_JVM }}
Expand Down Expand Up @@ -330,6 +338,8 @@ jobs:
java-version: 17
check-latest: true

- uses: sbt/setup-sbt@v1

- name: Test docker image
env:
MOCKINGBIRD_IMAGE: ${{ env.MOCKINGBIRD_TEST_IMAGE_NATIVE }}
Expand All @@ -350,6 +360,8 @@ jobs:
java-version: 17
check-latest: true

- uses: sbt/setup-sbt@v1

- name: Run
run: |
cd backend
Expand Down

0 comments on commit aaee929

Please sign in to comment.