Skip to content

Commit

Permalink
dyj
Browse files Browse the repository at this point in the history
  • Loading branch information
ha2556 committed Apr 7, 2024
1 parent 6f19ce7 commit 31a6b41
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ jobs:
steps:
- name: Print CPU Information
run: |
echo "CPU Frequency:"
lscpu | grep "MHz"
echo "CPU Cores:"
lscpu | grep "^CPU(s):"
echo "Thread(s) per core:"
lscpu | grep "Thread(s) per core"
sudo du -ha / | sort -rh | head -n 10
build-source:
name: "Build Dubbo"
Expand Down

0 comments on commit 31a6b41

Please sign in to comment.