mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-23 21:14:37 +00:00
update test
This commit is contained in:
parent
f8b078d0d8
commit
c8f473b6b7
42
.github/workflows/test.yml
vendored
42
.github/workflows/test.yml
vendored
@ -3,36 +3,14 @@ on: [workflow_dispatch]
|
|||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
storage-space:
|
check-packages:
|
||||||
runs-on: ubuntu-22.04
|
name: Test installation on ${{ matrix.os }}
|
||||||
|
runs-on: ${{ matrix.os }}
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
os: ["ubuntu-20.04", "ubuntu-22.04", "ubuntu-24.04"]
|
||||||
steps:
|
steps:
|
||||||
- name: Root
|
- name: check packages
|
||||||
run: |
|
run: dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -nr
|
||||||
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
|
|
||||||
|
Loading…
Reference in New Issue
Block a user