Skip to content

Commit

Permalink
fix: removed the final check from the workflow to avoid marking unuse…
Browse files Browse the repository at this point in the history
…d jobs as failing
  • Loading branch information
vedpatwardhan authored Jan 31, 2024
1 parent abde04d commit 91a0b62
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/run-failing-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,3 @@ jobs:
cd ivy
python scripts/run_tests/run_tests.py ${{ secrets.REDIS_CONNECTION_URL }} ${{ secrets.REDIS_PASSWORD }} ${{ secrets.MONGODB_PASSWORD }} 'false' 'false' ${{ github.run_id }} 'false' 'false' ${{ steps.jobs.outputs.html_url }}
continue-on-error: true

- name: Check on failures
if: steps.tests.outcome != 'success'
run: exit 1

0 comments on commit 91a0b62

Please sign in to comment.