Skip to content

Commit

Permalink
fix(test): remove fail-on-error
Browse files Browse the repository at this point in the history
ref: #10
  • Loading branch information
jon-nfc committed Nov 7, 2024
1 parent f37b625 commit 0097c0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
name: Unit Test Report [Python ${{ matrix.python-version }}]
path: '*.xml'
reporter: java-junit
fail-on-error: false
# fail-on-error: false


- name: Create Shields.io Endpoint.json
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
name: Functional Test Report [Python ${{ matrix.python-version }}]
path: '*.xml'
reporter: java-junit
fail-on-error: false
# fail-on-error: false


- name: Create Shields.io Endpoint.json
Expand Down

0 comments on commit 0097c0f

Please sign in to comment.