Skip to content

Commit fa9a744

Browse files
committed
Handle rm repo in external paths, fix test failure
1 parent 53ed970 commit fa9a744

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,13 +151,14 @@ jobs:
151151
mlc add repo my-new-repo
152152
mlc add repo https://github.com/mlcommons/inference
153153
mlc add repo https://mygit.com/myrepo
154-
154+
155+
' Disabled now as MLCFlow automatically deletes corrupted entries
155156
- name: Test 13 - rm repo where we have a corrupt entry
156157
run: |
157158
rm -r $HOME/MLC/repos/mlcommons@mlperf-automations
158159
mlc rm repo mlcommons@mlperf-automations
159160
mlc pull repo mlcommons@mlperf-automations --branch=dev
160-
161+
'
161162
- name: Test 14 - add script - Add a new MLC script
162163
run: |
163164
mlc add script my-script-1 --tags=my,new-tags-1

0 commit comments

Comments
 (0)