Skip to content

Commit e691b62

Browse files
committed
fix regex
1 parent 45f8a0d commit e691b62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux_riscv_xuantie_dev_cpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ jobs:
234234
env:
235235
INSTALL_DIR: ${{ github.workspace }}/install
236236
INSTALL_TEST_DIR: ${{ github.workspace }}/install/tests
237-
GTEST_FILTER: ${{ inputs.testFilterType == 'SMOKE' && '*smoke*' || '*ActivationLayer*:*EltwiseLayer*:*LogicalLayer*:*ComparisonLayer*:*SelectLayer*:*MatMulLayerCPUTest*:*ExtremumLayerCPUTest*:smoke_Snippets*' }}
237+
GTEST_FILTER: ${{ inputs.testFilterType == 'SMOKE' && '*smoke*' || '*ActivationLayer*:*EltwiseLayer*:*LogicalLayer*:*ComparisonLayer*:*SelectLayer*:*MatMulLayerCPUTest*:*ExtremumLayerCPUTest*:smoke_Snippets* - *_Snippets_CPU/*' }}
238238

239239
steps:
240240
- name: Download OpenVINO artifacts (package)

0 commit comments

Comments
 (0)