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 6e57523 commit 9fbac92
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 @@ -117,8 +117,8 @@ jobs:
- name: Test 7 - find cache - More than one cache present
run: |
mlc find cache --tags=get,imagenet-aux 2>&1 | tee test7.log
mlc find cache --tags=detect,os 2>&1 | tee test5.log
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
exit 1
fi

0 comments on commit 9fbac92

Please sign in to comment.