Skip to content

Commit

Permalink
Update workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vsnappy1 authored Nov 19, 2024
1 parent 927cfe4 commit 2169c37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: ./gradlew ktlintCheck

- name: Run Code Coverage Check
run: ./gradlew verifyCodeCoverage
run: ./gradlew verifyCodeCoverage --info

- name: Upload Code Coverage Report
uses: actions/upload-artifact@v4.4.3
Expand All @@ -54,4 +54,4 @@ jobs:
run: echo "📊 [View Code Coverage Report](./build/reports/jacoco/generateCodeCoverageReport/html/index.html)" >> $GITHUB_STEP_SUMMARY

- name: Publish to Gradle Plugin Portal
run: ./gradlew publishPlugins -Pgradle.publish.key=${{ secrets.GRADLE_PUBLISH_KEY }} -Pgradle.publish.secret=${{ secrets.GRADLE_PUBLISH_SECRET }}
run: ./gradlew publishPlugins -Pgradle.publish.key=${{ secrets.GRADLE_PUBLISH_KEY }} -Pgradle.publish.secret=${{ secrets.GRADLE_PUBLISH_SECRET }}

0 comments on commit 2169c37

Please sign in to comment.