Files
distribution_erp/.gitea/workflows/test-runner.yml
T
chpark d29490e46f
Deploy momo-erp to production / deploy (push) Failing after 0s
Test runner alive / hello (push) Successful in 0s
ci: minimal runner sanity check
2026-04-25 21:17:39 +09:00

17 lines
336 B
YAML

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 }}