fix(ci): retain fail status
This commit is contained in:
@@ -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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user