Skip to content

Commit

Permalink
log disk usage
Browse files Browse the repository at this point in the history
  • Loading branch information
kareefardi committed Aug 24, 2023
1 parent bd4e9d0 commit a976e39
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/user_project_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,19 @@ jobs:
make simenv
sudo apt install -y python3-tk
- name: Echo Disk Usage
run: |
df -h
- name: Harden using Openlane
run: |
make user_proj_example
make user_project_wrapper
- name: Echo Disk Usage
run: |
df -h
- name: Run Precheck
run: |
export INPUT_DIRECTORY=$(pwd)
Expand Down

0 comments on commit a976e39

Please sign in to comment.