Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
jordancarlin committed Oct 16, 2024

Verified

This commit was signed with the committer’s verified signature.
jordancarlin Jordan Carlin
1 parent f8b078d commit c8f473b
Showing 1 changed file with 10 additions and 32 deletions.
42 changes: 10 additions & 32 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -3,36 +3,14 @@ on: [workflow_dispatch]


jobs:
storage-space:
runs-on: ubuntu-22.04

check-packages:
name: Test installation on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ["ubuntu-20.04", "ubuntu-22.04", "ubuntu-24.04"]
steps:
- name: Root
run: |
df -h
cd /
du -h --max-depth=1 / | sort -h
- name: /usr
run: |
cd /usr
du -h --max-depth=1 / | sort -h
- name: /usr/bin
run: |
cd /usr/bin
du -h --max-depth=1 / | sort -h
- name: /usr/local
run: |
cd /usr/local
du -h --max-depth=1 / | sort -h
- name: /usr/share
run: |
cd /usr/share
du -h --max-depth=1 / | sort -h
- name: /opt
run: |
cd /opt
du -h --max-depth=1 / | sort -h
- name: /opt/hostedtoolcache
run: |
cd /opt/hostedtoolcache
du -h --max-depth=1 / | sort -h
- name: check packages
run: dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -nr


0 comments on commit c8f473b

Please sign in to comment.