File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11name : tests/unitary/default_setup/**
22
33on :
4+ workflow_dispatch :
45 pull_request :
56 branches :
67 - main
Original file line number Diff line number Diff line change 11name : tests/unitary/**
22
33on :
4+ workflow_dispatch :
45 pull_request :
56 branches :
67 - main
4142 test-path : ["tests/unitary", "tests/unitary/with_extras/model"]
4243 include :
4344 - test-path : " tests/unitary"
44- ignore-path : " tests/unitary/with_extras/model"
45+ ignore-path : " --ignore tests/unitary/with_extras/model --ignore tests/unitary/with_extras/feature_store "
4546 name : " unitary"
4647 - test-path : " tests/unitary/with_extras/model"
4748 name : " model"
@@ -115,8 +116,7 @@ jobs:
115116 # Run tests
116117 python -m pytest -v -p no:warnings --durations=5 \
117118 -n auto --dist loadfile ${{ matrix.cov-reports }} \
118- ${{ matrix.test-path }} \
119- --ignore "${{ matrix.ignore-path }}"
119+ ${{ matrix.test-path }} ${{ matrix.ignore-path }}
120120
121121 - name : " Save coverage files"
122122 uses : actions/upload-artifact@v3
You can’t perform that action at this time.
0 commit comments