Skip to content

Commit

Permalink
Merge pull request #647 from lenguyenthanh/setup-sbt
Browse files Browse the repository at this point in the history
Add setup sbt action
  • Loading branch information
lenguyenthanh authored Jan 19, 2025
2 parents 5fafb6c + 20e9ab4 commit 1c82f1a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
java-version: 21
cache: sbt

- name: Setup sbt
uses: sbt/setup-sbt@v1

- name: Log in to the Container registry
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
java-version: 21
cache: sbt

- name: Setup sbt
uses: sbt/setup-sbt@v1

- name: Build project
run: sbt test

Expand Down

0 comments on commit 1c82f1a

Please sign in to comment.