Skip to content

Commit

Permalink
Update check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Glavo committed Jun 17, 2024
1 parent 3d38aa8 commit 17c8f8c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ jobs:
with:
distribution: 'temurin'
java-version: '21'
- uses: gradle/gradle-build-action@v2
with:
arguments: check jacocoTestReport --info --no-daemon --stacktrace
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- name: Running Tests
run: ./gradlew check jacocoTestReport --info --no-daemon --stacktrace
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
Expand Down

0 comments on commit 17c8f8c

Please sign in to comment.