Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ofilangi committed Feb 21, 2024
1 parent d306923 commit 5ce59fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
# see: https://frontside.com/blog/2020-05-26-github-actions-pull_request/#how-does-pull_request-affect-actionscheckout
ref: ${{ github.event.pull_request.head.sha }}

- name: Run tests
uses: actions/setup-java@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 21
cache: sbt
cache: sbt
- name: Run tests
run: sbt clean coverage test

- name: Upload coverage data to Coveralls
Expand Down

0 comments on commit 5ce59fe

Please sign in to comment.