Skip to content

Commit e260b32

Browse files
authored
ODSC-44980: Prepare workflows for feature store merge (#258)
2 parents 28474dd + a1e25d9 commit e260b32

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/run-unittests-default_setup.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: tests/unitary/default_setup/**
22

33
on:
4+
workflow_dispatch:
45
pull_request:
56
branches:
67
- main

.github/workflows/run-unittests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: tests/unitary/**
22

33
on:
4+
workflow_dispatch:
45
pull_request:
56
branches:
67
- main
@@ -41,7 +42,7 @@ jobs:
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

0 commit comments

Comments
 (0)