Update docker-image.yml

This commit is contained in:
Maidul Islam
2023-04-26 15:03:31 -04:00
committed by GitHub
parent 242809ce26
commit 3d2b0fa3fc

View File

@@ -15,6 +15,9 @@ 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