remove test check in workflow

This commit is contained in:
Maidul Islam
2023-04-28 13:21:38 -04:00
parent db0f0d0d9c
commit 44b4de754a

View File

@@ -15,9 +15,6 @@ jobs:
- name: 🧪 Run tests
run: npm run test:ci
working-directory: backend
- name: Check if Jest tests failed
if: ${{ always() }} && ${{ steps.backend-test.outcome }} != 'success'
run: exit 1
- name: Save commit hashes for tag
id: commit
uses: pr-mpt/actions-commit-hash@v2