Skip to content

Commit bd38a44

Browse files
committed
add option for test
1 parent 6dbee3f commit bd38a44

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
@@ -197,7 +197,7 @@ jobs:
197197
- name: "Install Package"
198198
run: "poetry install --all-extras"
199199
- name: "Integration Tests"
200-
run: "poetry run pytest tests/integration/test_node.py -v"
200+
run: "poetry run pytest --cov infrahub_sdk tests/integration/ --continue-on-collection-errors --maxfail=0"
201201
- name: "Upload coverage to Codecov"
202202
run: |
203203
codecov --flags integration-tests

0 commit comments

Comments
 (0)