Skip to content

Commit

Permalink
SDK regeneration
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Jan 7, 2025
1 parent 333b078 commit 31f7864
Show file tree
Hide file tree
Showing 186 changed files with 28,798 additions and 3,549 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ jobs:
- name: Install dependencies
run: poetry install

- name: Install Fern
run: npm install -g fern-api
- name: Test
run: poetry run pytest ./tests/custom/
run: fern test --command "poetry run pytest -rP ."

publish:
needs: [compile, test]
Expand Down
Loading

0 comments on commit 31f7864

Please sign in to comment.