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