Skip to content

Commit

Permalink
Re-enabling Unit tests as part of pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
hirenkp2000 committed Nov 24, 2023
1 parent ed2aa81 commit 5250078
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/reusable-build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ jobs:
gradle-version: 8.2
### Build, Test, Coverage Verification
- name: Build fat jar, Run Unit tests, Verify code coverage
#run: gradle shadowJar jacocoTestReport jacocoTestCoverageVerification
run: gradle shadowJar -x test jacocoTestReport jacocoTestCoverageVerification
run: gradle shadowJar jacocoTestReport jacocoTestCoverageVerification
- 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 5250078

Please sign in to comment.