mirror of
https://github.com/mendableai/firecrawl.git
synced 2024-11-16 11:42:24 +08:00
typo
This commit is contained in:
parent
127d2db1dd
commit
e87d39e6ec
2
.github/workflows/fly.yml
vendored
2
.github/workflows/fly.yml
vendored
|
@ -108,7 +108,7 @@ jobs:
|
|||
pytest firecrawl/__tests__/e2e_withAuth/test.py
|
||||
working-directory: ./apps/python-sdk
|
||||
- name: Run E2E tests for JavaScript SDK
|
||||
run: npm run tests
|
||||
run: npm run test
|
||||
working-directory: ./apps/js-sdk/firecrawl
|
||||
|
||||
deploy:
|
||||
|
|
2
.github/workflows/js-sdk.yml
vendored
2
.github/workflows/js-sdk.yml
vendored
|
@ -53,5 +53,5 @@ jobs:
|
|||
run: npm run workers &
|
||||
working-directory: ./apps/api
|
||||
- name: Run E2E tests for JavaScript SDK
|
||||
run: npm run tests
|
||||
run: npm run test
|
||||
working-directory: ./apps/js-sdk/firecrawl
|
Loading…
Reference in New Issue
Block a user