This commit is contained in:
parent
4d53500bd7
commit
fc15e1a0b9
21
.gitea/workflows/test.yml
Normal file
21
.gitea/workflows/test.yml
Normal file
@ -0,0 +1,21 @@
|
||||
name: Test Runner
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Hello World
|
||||
run: |
|
||||
echo "🎉 Runner funktioniert!"
|
||||
echo "Node Version: $(node --version)"
|
||||
echo "Docker Version: $(docker --version)"
|
||||
|
||||
- name: System Info
|
||||
run: |
|
||||
echo "OS: $(uname -a)"
|
||||
echo "CPU: $(nproc) cores"
|
||||
echo "RAM: $(free -h | grep Mem | awk '{print $2}')"
|
||||
Loading…
x
Reference in New Issue
Block a user