Skip to content

Commit fcfbf04

Browse files
robot-ci-heartexfern-api[bot]matt-bernstein
authored
fix: FIT-1049: unblock Fern generation (#680)
Co-authored-by: fern-api[bot] <115122769+fern-api[bot]@users.noreply.github.com> Co-authored-by: robot-ci-heartex <[email protected]> Co-authored-by: Matt Bernstein <[email protected]>
1 parent 4b86cb9 commit fcfbf04

File tree

524 files changed

+3209
-84551
lines changed

Some content is hidden

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

524 files changed

+3209
-84551
lines changed

.fernignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ tests/custom/converter
3131
tests/custom/label_studio_tools
3232
tests/custom/legacy
3333
tests/custom/test_interface
34-
# TODO: remove all tests from fernignore so that they can be regenerated
35-
tests/test_webhooks.py
36-
tests/test_refresh_token.py
3734

3835
# manual workflows
3936
.github/workflows/build_pypi.yml

.github/workflows/tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,5 @@ jobs:
5454
- name: "Install dependencies"
5555
run: poetry install
5656

57-
- name: Install Fern
58-
run: npm install -g fern-api@latest
59-
6057
- name: Test
61-
run: fern test --command "poetry run pytest -rP ."
58+
run: poetry run pytest -rP .

0 commit comments

Comments
 (0)