Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .fernignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ README.md
assets/

src/webflow/oauth.py
src/webflow/types/oauth_scope.py
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 ./tests/custom/"

publish:
needs: [compile, test]
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ dist/
.mypy_cache/
__pycache__/
poetry.toml
.ruff_cache/
Loading