Skip to content

Commit

Permalink
Fix test step
Browse files Browse the repository at this point in the history
  • Loading branch information
turchenkoalex committed Jul 9, 2024
1 parent 73e1bc7 commit 4b2978a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
java-version: '${{ env.JDK_VERSION }}'
cache: 'gradle'
- name: Build and Run Tests
run: ./gradlew test -Pkover koverXmlReport
run: ./gradlew test koverXmlReport koverVerify
- name: Publish Test Report
uses: mikepenz/action-junit-report@v4
if: success() || failure() # always run even if the previous step fails
Expand Down

0 comments on commit 4b2978a

Please sign in to comment.