hello world manuaalisesti
CI Feature / Load example-gitea-env.conf to pipeline env (push) Successful in 17s
unit-tests Link to Bats reports
CI Feature / Bats tests (push) Successful in 1m47s
acc-tests Link to Cucumber reports
CI Feature / Cucumber tests (push) Successful in 1m19s
CI Feature / Report Summary (push) Successful in 6s

This commit is contained in:
moilanik
2026-06-16 06:46:40 +03:00
parent ffc0734b65
commit 68fbd35ac2
@@ -0,0 +1,7 @@
name: Hello World (Manual)
on: workflow_dispatch
jobs:
greet:
runs-on: ubuntu-latest
steps:
- run: echo "Hello from manual dispatch, ${{ github.actor }}"