Skip to content

Commit

Permalink
--amend
Browse files Browse the repository at this point in the history
Signed-off-by: Qinghao Shi <[email protected]>
  • Loading branch information
jamesbeyond committed May 9, 2024
1 parent 395894c commit 6c33d74
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,11 @@ jobs:


- name: Check Qemu Boot Success
run: .github/ci_script/check_qemu.exp 'cat /proc/version' "Linux version" 180
run: |
ls -al
pwd
.github/ci_script/check_qemu.exp 'cat /proc/version' "Linux version" 180
- name: Check perf test
Expand Down

0 comments on commit 6c33d74

Please sign in to comment.