Skip to content

Commit 4d99418

Browse files
authored
Update test-mlc-core-actions.yaml
1 parent e6c9b6e commit 4d99418

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test-mlc-core-actions.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -205,13 +205,13 @@ jobs:
205205
206206
- name: Test 22 - Test silent mode
207207
run: |
208-
mlcr detect,cpu -j -s 2>&1 | grep -v INFO
209-
mlcr detect,cpu -j --silent 2>&1 | grep -v INFO
208+
! mlcr detect,cpu -j -s 2>&1 | grep -q INFO
209+
! mlcr detect,cpu -j --silent 2>&1 | grep -q INFO
210210
211211
- name: Test 23 - Test verbose mode
212212
run: |
213-
mlcr detect,cpu -j -v 2>&1 | grep DEBUG
214-
mlcr detect,cpu -j --verbose 2>&1 | grep DEBUG
213+
mlcr detect,cpu -j -v 2>&1 | grep -q DEBUG
214+
mlcr detect,cpu -j --verbose 2>&1 | grep -q DEBUG
215215
216216
- name: Test 24 - Test recursive mlc pull repo
217217
run: |

0 commit comments

Comments
 (0)