Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelsideguide committed May 27, 2024
1 parent 127d2db commit e87d39e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/js-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e87d39e

Please sign in to comment.