Skip to content

Commit

Permalink
Removing custom reporter file
Browse files Browse the repository at this point in the history
  • Loading branch information
amankumarrr committed Mar 27, 2024
1 parent 8cc08bd commit f968b70
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/template-ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
name: GitHub Issue
runs-on: ubuntu-latest
needs: test
if: needs.test.outputs.testPassed == 'True' && inputs.create-issue == true
if: needs.test.outputs.testPassed == 'False' && inputs.create-issue == true
steps:
- uses: actions/checkout@v4

Expand Down
8 changes: 0 additions & 8 deletions ui-tests/reporter.ts

This file was deleted.

0 comments on commit f968b70

Please sign in to comment.