We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a16462e commit a862ea8Copy full SHA for a862ea8
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Install Fern
37
run: npm install -g fern-api
38
- name: Test
39
- run: fern test --command "poetry run pytest -rP ."
+ run: fern test --command "poetry run pytest -rP ./tests/custom/"
40
41
publish:
42
needs: [compile, test]
0 commit comments