Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion .github/workflows/test-mlc-core-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,18 @@ jobs:
run: |
mlc rm repo mlcommons@mlperf-automations -f
mlc pull repo mlcommons@mlperf-automations --tag=mlperf-automations-v1.0.0

- name: Test 22 - Test silent mode
run: |
mlcr detect,cpu -j -s
mlcr detect,cpu -j --silent

- name: Test 23 - Test verbose mode
run: |
mlcr detect,cpu -j -v
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to validate the output too.

mlcr detect,cpu -j --verbose

- name: Test 22 - Test recursive mlc pull repo
- name: Test 24 - Test recursive mlc pull repo
run: |
export MLC_REPOS=$HOME/test
mlcp https://github.com/GATEOverflow/GO-PDFs
Expand Down
Loading