fix(ci): retain fail status

This commit is contained in:
Gergő Móricz 2025-02-19 22:31:16 +01:00
parent f4f75fe184
commit c1ca64fc07

View File

@ -44,10 +44,11 @@ jobs:
run: | run: |
npm run test:snips npm run test:snips
working-directory: ./apps/api working-directory: ./apps/api
continue-on-error: true
- name: Kill instances - name: Kill instances
if: always()
run: pkill -9 node run: pkill -9 node
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v4
if: always()
with: with:
name: Logs name: Logs
path: | path: |