Skip to content

Commit

Permalink
show disk usage
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferyto committed Oct 17, 2023
1 parent 86601c5 commit 501e9d5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/multi-arch-test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ jobs:
cat packages_ci.sec >> $GITHUB_ENV
echo "$EOF" >> $GITHUB_ENV
- name: Show disk usage before build
run: |
df -h
- name: Build
uses: jefferyto/openwrt-gh-action-sdk@no-j1
env:
Expand All @@ -92,6 +96,10 @@ jobs:
INDEX: 1
KEY_BUILD: ${{ env.KEY_BUILD }}

- name: Show disk usage after build
run: |
df -h
- name: Move created packages to project dir
if: always()
run: cp bin/packages/${{ matrix.arch }}/packages_ci/* . || true
Expand Down

0 comments on commit 501e9d5

Please sign in to comment.