Skip to content

Commit 78b3e8a

Browse files
committed
Release 0.8.0b9
1 parent b34cc97 commit 78b3e8a

File tree

14 files changed

+3
-15953
lines changed

14 files changed

+3
-15953
lines changed

.github/workflows/ci.yml

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

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

4139
publish:
4240
needs: [compile, test]

0 commit comments

Comments
 (0)