Skip to content

Commit 7f96e52

Browse files
Copilotsoftworkz
andcommitted
Remove redundant 'Fail if tests failed' step from workflow
Co-authored-by: softworkz <4985349+softworkz@users.noreply.github.com>
1 parent a6abb20 commit 7f96e52

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/.github/workflows/integration-tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,6 @@ jobs:
9898
check_name: ElectronNET Integration Tests (${{ matrix.os }})
9999
comment_mode: off
100100

101-
- name: Fail if tests failed
102-
if: steps.Publish_Test_Results.outcome == 'failure'
103-
run: exit 1
104-
105101
summary:
106102
name: Aggregate
107103
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)