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: |
npm run test:snips
working-directory: ./apps/api
continue-on-error: true
- name: Kill instances
if: always()
run: pkill -9 node
- uses: actions/upload-artifact@v4
if: always()
with:
name: Logs
path: |