Skip to content

Commit

Permalink
workflow: some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Toni500github committed Jun 27, 2024
1 parent ac95744 commit 697873c
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,15 @@ jobs:
run: sudo make install DEBUG=0 VENDOR_TEST=1 GUI_SUPPORT=1

- name: Test neofetch
run: |
tree /sys/devices/system/cpu/cpu0/
cat /proc/cpuinfo
neofetch
run: neofetch

# - name: Check system values
# run: |
# ls -l /sys/devices/virtual/dmi/id/ /sys/class/dmi/id/
# grep -Eri "virtual" /sys/class/dmi/id/ || true
# cat /sys/devices/virtual/dmi/id/board_name /sys/devices/virtual/dmi/id/board_vendor /sys/devices/virtual/dmi/id/board_version
# tree /sys/devices/system/cpu/cpu0/

- name: Test customfetch
run: ./build/release/cufetch

Expand Down Expand Up @@ -60,5 +64,8 @@ jobs:
cd customfetch-git
sudo -u nobody makepkg -si --noconfirm
- name: Test neofetch
run: neofetch

- name: Test customfetch
run: cufetch

0 comments on commit 697873c

Please sign in to comment.