Skip to content

Commit

Permalink
Update build-dev-image.yml
Browse files Browse the repository at this point in the history
add step to check disk space
  • Loading branch information
elvinpoole authored Mar 18, 2024
1 parent 02f21e8 commit 65b37e2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-dev-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ jobs:
contents: read
packages: write
steps:
- name: Check disk space
run: |
df . -h
sudo ls -lh /usr/share/dotnet
sudo ls -lh "$AGENT_TOOLSDIRECTORY"
sudo df /usr/share/dotnet -h
sudo df "$AGENT_TOOLSDIRECTORY" -h
- name: Checkout repository
uses: actions/checkout@v4

Expand Down

0 comments on commit 65b37e2

Please sign in to comment.