Skip to content

Commit acb52d7

Browse files
committed
SDK regeneration
1 parent 0f71dd6 commit acb52d7

File tree

132 files changed

+22105
-3411
lines changed

Some content is hidden

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

132 files changed

+22105
-3411
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]

0 commit comments

Comments
 (0)