Skip to content

Commit

Permalink
check which folders take up most space
Browse files Browse the repository at this point in the history
  • Loading branch information
Saschl authored Oct 12, 2023
1 parent 063238b commit 617d100
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
if: github.event.pull_request.auto_merge == false
run: |
df -h
du -sh .[^.]* * | grep -E "\dG"
./scripts/dev-env/run.sh node ./scripts/fragment_a32nx.js
cp ./fbw-a32nx/out/build-modules/modules.json ./fbw-a32nx/out/flybywire-aircraft-a320-neo/install.json
Expand Down

0 comments on commit 617d100

Please sign in to comment.