ci: minimal runner sanity check
This commit is contained in:
@@ -0,0 +1,16 @@
|
|||||||
|
name: Test runner alive
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
jobs:
|
||||||
|
hello:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: hello
|
||||||
|
run: |
|
||||||
|
echo "✔ runner alive"
|
||||||
|
uname -a
|
||||||
|
echo "secrets visible? DEPLOY_HOST length=${#DEPLOY_HOST}"
|
||||||
|
env:
|
||||||
|
DEPLOY_HOST: ${{ secrets.DEPLOY_HOST }}
|
||||||
Reference in New Issue
Block a user