klhztrader/.gitea/workflows/test.yaml

12 lines
199 B
YAML

name: checks
on:
- push
jobs:
test:
labels: [trader_prod]
runs-on: self-hosted
name: check and test
steps:
- name: test
run: echo "Hello from Gitea Actions!" && pwd