Skip to content

Commit ea6367f

Browse files
committed
SDK regeneration
1 parent 333b078 commit ea6367f

File tree

321 files changed

+44161
-8604
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

321 files changed

+44161
-8604
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ jobs:
3333
- name: Install dependencies
3434
run: poetry install
3535

36+
- name: Install Fern
37+
run: npm install -g fern-api
3638
- name: Test
37-
run: poetry run pytest ./tests/custom/
39+
run: fern test --command "poetry run pytest -rP ."
3840

3941
publish:
4042
needs: [compile, test]

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ dist/
22
.mypy_cache/
33
__pycache__/
44
poetry.toml
5+
.ruff_cache/

0 commit comments

Comments
 (0)