Skip to content

Commit

Permalink
renames action, updates some output text, adds in container df check
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Kielty <[email protected]>
  • Loading branch information
RobertKielty committed Feb 28, 2025
1 parent 1778027 commit 5e44bc2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test-oracle-arm-runners.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Test Oracle Runner
---
name: Test oracle-16cpu-64gb-arm64

on:
push:
Expand All @@ -11,11 +12,11 @@ jobs:
runs-on: oracle-16cpu-64gb-arm64
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Run uname to verify architecture
run: |
echo "Testing Oracle Runner"
echo "Oracle Runner"
echo "uname -a:"
uname -a
Expand Down

0 comments on commit 5e44bc2

Please sign in to comment.