mirror of
https://github.com/docker/build-push-action
synced 2024-11-12 22:31:41 +00:00
Merge pull request #510 from crazy-max/venv
ci: virtual env file system info
This commit is contained in:
commit
b1aeb1103e
1 changed files with 3 additions and 0 deletions
3
.github/workflows/virtual-env.yml
vendored
3
.github/workflows/virtual-env.yml
vendored
|
@ -16,6 +16,9 @@ jobs:
|
||||||
- ubuntu-20.04
|
- ubuntu-20.04
|
||||||
- ubuntu-18.04
|
- ubuntu-18.04
|
||||||
steps:
|
steps:
|
||||||
|
-
|
||||||
|
name: File system
|
||||||
|
run: df -ah
|
||||||
-
|
-
|
||||||
name: List install packages
|
name: List install packages
|
||||||
run: apt list --installed
|
run: apt list --installed
|
||||||
|
|
Loading…
Reference in a new issue