Skip to content

Commit

Permalink
Add always()
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Navarro Perez <[email protected]>
  • Loading branch information
ajnavarro committed Jan 15, 2024
1 parent 9c0cbee commit 37cc158
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,14 @@ jobs:
run: gotestsum --format testname --junitfile junit-tests-output.xml --jsonfile test-output.json -- ${{inputs.run-command}}
- name: Pretty Test output (${{inputs.name}})
run: cat test-output.json | gotestfmt
if: always()
- name: Test Report (${{inputs.name}})
uses: dorny/test-reporter@v1
if: always()
with:
name: ${{inputs.name}} Spec Coverage
path: junit-*.xml
reporter: java-junit
fail-on-error: 'false'
max-annotations: '45'
- run: echo "OK"
- run: echo "Avoid failure"

0 comments on commit 37cc158

Please sign in to comment.