Skip to content

Commit

Permalink
Change badge label
Browse files Browse the repository at this point in the history
  • Loading branch information
malik-irain committed Dec 6, 2024
1 parent 9fbc2f0 commit d6e72a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,16 +82,16 @@ jobs:
if: ${{ success() }}
uses: emibcn/[email protected]
with:
label: '${{matrix.python-version}} ${{runner.os}}'
status: 'passing'
label: ''
status: 'pass'
color: 'green'
path: '${{ steps.extract_branch.outputs.branch }}/tests_${{runner.os}}_${{matrix.python-version}}.svg'
- name: generate badge (fail)
if: ${{ failure() }}
uses: emibcn/[email protected]
with:
label: '${{matrix.python-version}} ${{runner.os}}'
status: 'failing'
label: ''
status: 'fail'
color: 'red'
path: '${{ steps.extract_branch.outputs.branch }}/tests_${{runner.os}}_${{matrix.python-version}}.svg'

Expand Down

0 comments on commit d6e72a8

Please sign in to comment.