Skip to content

Commit 3baaf20

Browse files
committed
added openvino test
1 parent 573467d commit 3baaf20

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/test.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
paths-ignore:
99
- 'helm-frontend/**'
1010

11-
job1:
11+
jobs:
1212
install:
1313
# Tests that the HELM CLI commands work when only installing required dependencies
1414
# without optional extra dependencies.
@@ -30,9 +30,8 @@ job1:
3030
- run: helm-run --run-entries simple1:model=simple/model1 --max-eval-instances 10 --suite test
3131
- run: helm-summarize --suite test
3232
- run: helm-server --help
33-
34-
job2:
35-
install:
33+
34+
install_openvino:
3635
# Tests that the Optimum Intel command works when only installing required dependencies
3736
name: Run Optimum Intel with minimal dependencies only
3837
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)