klhztrader/.gitea/workflows/test.yaml

12 lines
192 B
YAML

name: checks
on:
- push
jobs:
test:
runs-on: trader_deploy_host
name: check and test
steps:
- name: test
run: echo "Hello from Gitea Action11s!" && docker ps -a