test cpu ram #5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: test cpu ram | |
on: | |
workflow_dispatch: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: test cpu ram neofetch | |
run: | | |
sudo apt update -y | |
sudo apt install neofetch -y | |
neofetch | |
lscpu | |
free -h | |
lsblk | |
ls /mnt | |
df -h | |
systemctl |