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 3, 2025
1 parent 333b078 commit 168c0d3
Show file tree
Hide file tree
Showing 183 changed files with 28,652 additions and 3,477 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 168c0d3

Please sign in to comment.