Skip to content

Commit a862ea8

Browse files
committed
temporarily revert back to old test command until examples fixed
1 parent a16462e commit a862ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Install Fern
3737
run: npm install -g fern-api
3838
- name: Test
39-
run: fern test --command "poetry run pytest -rP ."
39+
run: fern test --command "poetry run pytest -rP ./tests/custom/"
4040

4141
publish:
4242
needs: [compile, test]

0 commit comments

Comments
 (0)