Skip to content

Commit

Permalink
installing sbt on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
tptignor committed Jul 10, 2024
1 parent 609fb5b commit 493061e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
java-version: '11'
distribution: 'adopt'

- name: Install sbt
run: brew install sbt

- name: Run data-browser Tests
run: |
sbt "project data-browser" "testOnly -- -l actions-ignore" 2>&1 | tee -a log-file
Expand Down

0 comments on commit 493061e

Please sign in to comment.