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
  •  
  •  
  •  
3 changes: 0 additions & 3 deletions .fernignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ tests/custom/converter
tests/custom/label_studio_tools
tests/custom/legacy
tests/custom/test_interface
# TODO: remove all tests from fernignore so that they can be regenerated
tests/test_webhooks.py
tests/test_refresh_token.py

# manual workflows
.github/workflows/build_pypi.yml
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,5 @@ jobs:
- name: "Install dependencies"
run: poetry install

- name: Install Fern
run: npm install -g fern-api@latest

- name: Test
run: fern test --command "poetry run pytest -rP ."
run: poetry run pytest -rP .
Loading
Loading