Remove notify step
All checks were successful
Testing / run-tests (push) Successful in 3m10s

This commit is contained in:
Fred Boniface 2025-03-12 22:27:57 +00:00
parent d192d96f80
commit 05bbd0b6c2

View File

@ -41,7 +41,3 @@ jobs:
with:
name: jest-coverage
path: coverage
- name: Notify on Failure
if: failure()
run: echo "Tests failed!" && exit 1