Skip to content

Commit

Permalink
Install sbt in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhanunlu committed Oct 16, 2024
1 parent 91594ba commit d23d372
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install sbt
uses: sbt/setup-sbt@v1
- uses: actions/checkout@v2
- uses: coursier/cache-action@v6
- name: Set up JDK 11
Expand All @@ -32,6 +34,8 @@ jobs:
- pubsub
- kinesis
steps:
- name: Install sbt
uses: sbt/setup-sbt@v1
- name: Checkout Github
uses: actions/checkout@v2
- uses: coursier/cache-action@v6
Expand Down

0 comments on commit d23d372

Please sign in to comment.