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 1
1
name : tests/unitary/default_setup/**
2
2
3
3
on :
4
+ workflow_dispatch :
4
5
pull_request :
5
6
branches :
6
7
- main
Original file line number Diff line number Diff line change 1
1
name : tests/unitary/**
2
2
3
3
on :
4
+ workflow_dispatch :
4
5
pull_request :
5
6
branches :
6
7
- main
41
42
test-path : ["tests/unitary", "tests/unitary/with_extras/model"]
42
43
include :
43
44
- 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 "
45
46
name : " unitary"
46
47
- test-path : " tests/unitary/with_extras/model"
47
48
name : " model"
@@ -115,8 +116,7 @@ jobs:
115
116
# Run tests
116
117
python -m pytest -v -p no:warnings --durations=5 \
117
118
-n auto --dist loadfile ${{ matrix.cov-reports }} \
118
- ${{ matrix.test-path }} \
119
- --ignore "${{ matrix.ignore-path }}"
119
+ ${{ matrix.test-path }} ${{ matrix.ignore-path }}
120
120
121
121
- name : " Save coverage files"
122
122
uses : actions/upload-artifact@v3
You can’t perform that action at this time.
0 commit comments