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 Dec 9, 2024
1 parent 0f71dd6 commit acb52d7
Show file tree
Hide file tree
Showing 132 changed files with 22,105 additions and 3,411 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 acb52d7

Please sign in to comment.