mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-16 18:15:53 +08:00
revert
This commit is contained in:
parent
1b3f037a26
commit
d1b5e2ef47
18
.github/workflows/test-server.yml
vendored
18
.github/workflows/test-server.yml
vendored
@ -108,7 +108,7 @@ jobs:
|
|||||||
working-directory: ./apps/api
|
working-directory: ./apps/api
|
||||||
id: start_index_worker
|
id: start_index_worker
|
||||||
- name: Wait for API
|
- name: Wait for API
|
||||||
run: pnpx wait-on tcp:3002 -t 15s
|
run: pnpx wait-on tcp:3002 -t 30s
|
||||||
- name: Run snippet tests
|
- name: Run snippet tests
|
||||||
run: |
|
run: |
|
||||||
npm run test:snips
|
npm run test:snips
|
||||||
@ -116,11 +116,11 @@ 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
|
||||||
./apps/api/index-worker.log
|
# ./apps/api/index-worker.log
|
Loading…
x
Reference in New Issue
Block a user