Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: YunLiu <[email protected]>
  • Loading branch information
KumoLiu committed Feb 8, 2024
1 parent 879cb34 commit dbbd34c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
python-version: '3.9'
- shell: bash
run: |
df -h
du -h -d 1 /home
du -h -d 1 /opt
echo "======================"
git describe
python -m pip install -U pip wheel setuptools
python setup.py build
Expand Down Expand Up @@ -65,7 +69,8 @@ jobs:
shell: bash
run: |
df -h
du -h -d 1 /
du -h -d 1 /home
du -h -d 1 /opt
rm -rf /opt/hostedtoolcache
df -h
docker --version
Expand Down

0 comments on commit dbbd34c

Please sign in to comment.