Skip to content

Commit

Permalink
Trying to override Java version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bohdan-Kim committed May 15, 2024
1 parent d5b6bd6 commit 8043e92
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ jobs:
collect_coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-java@v1
with:
java-version: 17
- uses: actions/checkout@v2
- uses: stevenleadbeater/kotlin-kover-action@main
id: kover-tests
Expand Down

0 comments on commit 8043e92

Please sign in to comment.