mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-12 11:49:07 +08:00
fix(ci): retain fail status
This commit is contained in:
parent
f4f75fe184
commit
c1ca64fc07
3
.github/workflows/test-server-self-host.yml
vendored
3
.github/workflows/test-server-self-host.yml
vendored
@ -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: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user