Skip to content

Commit

Permalink
Add storage checks
Browse files Browse the repository at this point in the history
  • Loading branch information
jordancarlin committed Oct 16, 2024
1 parent e50d85a commit d389bb5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,18 @@ jobs:
with:
name: installation-logs-${{ matrix.os }}
path: /opt/riscv/logs/
- name: check storage
run: |
df -h
du -h --max-depth=1
- name: make tests
run: |
source setup.sh
make riscof
- name: check storage
run: |
df -h
du -h --max-depth=1
- name: regression
run: |
source setup.sh
Expand Down Expand Up @@ -82,10 +90,18 @@ jobs:
with:
name: installation-logs-${{ env.ARTIFACT_NAME }}
path: /opt/riscv/logs/
- name: check storage
run: |
df -h
du -h --max-depth=1
- name: make tests
run: |
source setup.sh
make riscof --jobs $(nproc --ignore 1)
- name: check storage
run: |
df -h
du -h --max-depth=1
- name: regression
run: |
source setup.sh
Expand Down

0 comments on commit d389bb5

Please sign in to comment.