test action
This commit is contained in:
@@ -0,0 +1,19 @@
|
|||||||
|
name: Runner Test
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
diagnostics:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Host info
|
||||||
|
run: |
|
||||||
|
echo "Runner is alive"
|
||||||
|
uname -a
|
||||||
|
docker --version
|
||||||
|
df -h
|
||||||
|
free -h
|
||||||
Reference in New Issue
Block a user