Skip to content

Commit

Permalink
fix check log
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoucheng361 committed Jan 7, 2025
1 parent 3736500 commit e805dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fsrand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
- name: check fsrand.log
if: always()
run: |
tail -500 fsrand.log
[[ -f fsrand.log ]] && tail -500 fsrand.log || true
- name: check juicefs.log
if: always()
Expand Down

0 comments on commit e805dbf

Please sign in to comment.