This commit is contained in:
rafaelsideguide 2024-05-27 15:55:48 -03:00
parent 127d2db1dd
commit e87d39e6ec
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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