Files
gitea-ci-library/.gitea/workflows/example-manual-hello.yml
T
moilanik b91a5508dd
CI Feature / Load example-gitea-env.conf to pipeline env (push) Successful in 20s
unit-tests Link to Bats reports
CI Feature / Bats tests (push) Successful in 1m48s
acc-tests Link to Cucumber reports
CI Feature / Cucumber tests (push) Successful in 1m14s
CI Feature / Report Summary (push) Failing after 0s
vieläkö ajautuu automaattisesti?
2026-06-16 08:19:02 +03:00

9 lines
131 B
YAML

name: Hello World (Manual)
on:
workflow_dispatch:
jobs:
greet:
runs-on: ubuntu-latest
steps:
- run: echo "Hello"