Delete .forgejo/workflows/test.yml
This commit is contained in:
parent
6c2be648c0
commit
6f5c32d2cd
1 changed files with 0 additions and 25 deletions
|
@ -1,25 +0,0 @@
|
|||
# In your Forgejo repository: .forgejo/workflows/test.yml
|
||||
name: Test Pi Cluster Workers
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
test-arm64:
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- name: Check runner info
|
||||
run: |
|
||||
echo "Runner hostname: $(hostname)"
|
||||
echo "Architecture: $(uname -m)"
|
||||
echo "OS: $(uname -a)"
|
||||
echo "Available CPU cores: $(nproc)"
|
||||
echo "Available memory: $(free -h)"
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Test basic commands
|
||||
run: |
|
||||
echo "Testing basic shell commands..."
|
||||
ls -la
|
||||
pwd
|
||||
whoami
|
Loading…
Add table
Add a link
Reference in a new issue