Skip to content

Commit

Permalink
check for runner storage
Browse files Browse the repository at this point in the history
  • Loading branch information
Saschl authored Oct 12, 2023
1 parent 1592d9a commit e776b17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ jobs:
cat fbw-a32nx/.env
- name: Build A32NX
run: |
./scripts/dev-env/run.sh ./scripts/setup.sh --clean
./scripts/dev-env/run.sh ./scripts/build.sh --no-tty -j 4
rm -rf fbw-a32nx/src
ls -la
du -Sh | sort -rh | head -5
- name: Generate install.json
if: github.event.pull_request.auto_merge == false
run: |
Expand Down

0 comments on commit e776b17

Please sign in to comment.