Skip to content

Commit

Permalink
ci: Install sbt in test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ysthakur committed Dec 9, 2024
1 parent dfacd9e commit b93f8ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: awalsh128/cache-apt-pkgs-action@latest
- uses: coursier/cache-action@v6
with:
packages: valgrind
version: 1.0
Expand All @@ -22,5 +23,7 @@ jobs:
java-version: '11'
distribution: 'temurin'
cache: 'sbt'
- Install sbt
run: apt install -y sbt
- name: Run tests
run: sbt test

0 comments on commit b93f8ba

Please sign in to comment.