Skip to content

Commit

Permalink
feat: support setting for expecting tests in gradle service publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
stempler committed Mar 13, 2024
1 parent 2b27cd2 commit 769b69a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/gradle-service-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ on:
description: If this is a multi-module project
type: boolean
default: false
expect-tests:
description: If JUnit test results are expected
default: true
type: boolean
secrets:
# GH_PAT:
# required: true
Expand All @@ -45,4 +49,5 @@ jobs:
image-tag-2: ${{ inputs.image-tag-2 }}
image-tag-3: ${{ inputs.image-tag-3 }}
multi-module: ${{ inputs.multi-module }}
expect-tests: ${{ inputs.expect-tests }}
secrets: inherit

0 comments on commit 769b69a

Please sign in to comment.