Skip to content

Commit

Permalink
Merge pull request #50 from RobertKielty/action-update
Browse files Browse the repository at this point in the history
renames action, updates some output text, adds in container df check, uses checkout@v4
  • Loading branch information
RobertKielty authored Feb 28, 2025
2 parents 33159b3 + 5e44bc2 commit 20eaaca
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 20eaaca

Please sign in to comment.