Skip to content

Commit

Permalink
Merge pull request #51 from RobertKielty/action-update
Browse files Browse the repository at this point in the history
adds docker df
  • Loading branch information
RobertKielty authored Feb 28, 2025
2 parents 20eaaca + 2a872d0 commit d9efabc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test-oracle-arm-runners.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:

- name: Run uname to verify architecture
run: |
echo "Oracle Runner"
echo "uname -a:"
echo "On the 16 CPU 64 GB Oracle Arm Runner uname -a reports:"
uname -a
- name: Run a basic workload
Expand All @@ -32,3 +31,7 @@ jobs:
- name: Check local disk
run: |
df -h /
- name: Check disk on docker
run: |
docker run --rm alpine df -h /

0 comments on commit d9efabc

Please sign in to comment.