Skip to content

Commit

Permalink
Update test-mlc-core-actions.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh authored Jan 30, 2025
1 parent 60c5f99 commit bc80c4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-mlc-core-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
- name: Test 5 - find cache - Cache not present
run: |
mlc find cache --tags=detect,os 2>&1 | tee test5.log
if ! grep -q "No cache entry found for the specified tags!" test5.log; then
if ! grep -q "No cache entry found for the specified tags:" test5.log; then
exit 1
fi
Expand All @@ -119,6 +119,6 @@ jobs:
run: |
mlc search cache --tags=get,imagenet-aux 2>&1 | tee test7.log
mlc search cache --tags=detect,os 2>&1 | tee test5.log
if grep -q "No cache entry found for the specified tags!" test5.log; then
if grep -q "No cache entry found for the specified tags:" test5.log; then
exit 1
fi

0 comments on commit bc80c4a

Please sign in to comment.