mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-11 20:58:59 +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: |
|
||||
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: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user