Skip to content

Commit

Permalink
Travis-CI -> Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mtmail committed Jul 24, 2023
1 parent 3d3cd20 commit be2793a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'microsoft' # https://github.com/marketplace/actions/setup-java-jdk#supported-version-syntax
java-version: '8'
java-version: '11.0.19'

- name: Run tests
run: sbt ++${{ matrix.scala-version }} coverage test

0 comments on commit be2793a

Please sign in to comment.