Skip to content

Commit

Permalink
do not pass check test
Browse files Browse the repository at this point in the history
  • Loading branch information
enekofb committed Nov 15, 2023
1 parent ae01dae commit 9029ab0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-test-results.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
type: string
check-name:
description: "Check run name"
required: true
required: false
type: string
slack-notification:
description: "Enable slack push notification for test results"
Expand All @@ -28,6 +28,7 @@ env:
jobs:
tests:
runs-on: ${{ inputs.runs-on }}

steps:
- name: Download test artifacts
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
Expand All @@ -41,7 +42,6 @@ jobs:
with:
require_tests: true
report_paths: ${{ env.TEST_RESULTS_PATH }}/**/${{ inputs.junit-results-glob-pattern }}
check_name: ${{ inputs.check-name }}
- name: Notify slack of test results
if: ${{ (inputs.slack-notification) && (github.event_name != 'workflow_dispatch') }}
id: slack
Expand Down

0 comments on commit 9029ab0

Please sign in to comment.