0bc4348b04
CI Feature / Load example-gitea-env.conf to pipeline env (push) Successful in 20s
Hello World (Manual) / greet (push) Successful in 5s
unit-tests Link to Bats reports
CI Feature / Bats tests (push) Successful in 1m41s
acc-tests Link to Cucumber reports
CI Feature / Cucumber tests (push) Successful in 1m6s
CI Feature / Report Summary (push) Successful in 7s
12 lines
232 B
YAML
12 lines
232 B
YAML
name: Hello World (Manual)
|
|
on:
|
|
workflow_dispatch:
|
|
push:
|
|
# branches: [ main ] # Tai [ feature/ci-container ]
|
|
branches: [feature/ci-container]
|
|
jobs:
|
|
greet:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- run: echo "Hello"
|