mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-07-31 03:22:01 +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
|
||||
if: always()
|
||||
run: pkill -9 node
|
||||
# - uses: actions/upload-artifact@v4
|
||||
# if: always()
|
||||
# with:
|
||||
# name: Logs
|
||||
# path: |
|
||||
# ./apps/api/api.log
|
||||
# ./apps/api/worker.log
|
||||
- uses: actions/upload-artifact@v4
|
||||
if: always()
|
||||
with:
|
||||
name: Logs
|
||||
path: |
|
||||
./apps/api/api.log
|
||||
./apps/api/worker.log
|
Loading…
x
Reference in New Issue
Block a user