Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielFleischer committed Mar 11, 2024
1 parent 2862135 commit eb02b30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
sudo udevadm trigger --name-match=kvm
- name: Setup JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: "temurin"
java-version: "17"
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
script: ./gradlew connectedCheck --parallel --build-cache

# This step generates the coverage report which will be uploaded to sonar
- name: Generate coverage
- name: Generate Coverage Report
run: |
./gradlew jacocoTestReport
Expand Down

0 comments on commit eb02b30

Please sign in to comment.