Skip to content

Commit

Permalink
ci: fix bug
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 17ebf25 commit 7ec2392
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -280,11 +280,10 @@ jobs:

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

0 comments on commit 7ec2392

Please sign in to comment.