mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-07 12:29:16 +08:00
feat(ci): upload logs
This commit is contained in:
parent
ab6fb48e6e
commit
45c43f0df2
14
.github/workflows/test-server.yml
vendored
14
.github/workflows/test-server.yml
vendored
@ -93,10 +93,10 @@ jobs:
|
|||||||
- name: Kill instances
|
- name: Kill instances
|
||||||
if: always()
|
if: always()
|
||||||
run: pkill -9 node
|
run: pkill -9 node
|
||||||
# - uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
# if: always()
|
if: always()
|
||||||
# with:
|
with:
|
||||||
# name: Logs
|
name: Logs
|
||||||
# path: |
|
path: |
|
||||||
# ./apps/api/api.log
|
./apps/api/api.log
|
||||||
# ./apps/api/worker.log
|
./apps/api/worker.log
|
Loading…
x
Reference in New Issue
Block a user