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 6b84100 commit a60989bCopy full SHA for a60989b
.github/workflows/e2etests.yml
@@ -51,7 +51,7 @@ jobs:
51
export TEST_PLM_URL=http://127.0.0.1:2242
52
export TEST_PLM_BIN=./bin/plm_test
53
54
- poetry run pytest
+ poetry run pytest tests/test_collections.py tests/test_documents.py tests/test_indexes.py tests/test_selective.py tests/test_transactions.py
55
56
- name: Teardown Docker Compose
57
if: always()
0 commit comments