dd9ad9e2c8
ci-docker-build-push Docker build & push 0.2.3 OK
CI Main / Build & Push Docker (push) Successful in 36s
CI Main / Report Summary (push) Successful in 5s
CI Main / Move provider version tag (push) Successful in 12s
CI Main / Load example-gitea-env.conf to pipeline env (push) Successful in 21s
CI Main / Check existing artifact (push) Successful in 14s
unit-tests Link to Bats reports
CI Main / Bats tests (push) Successful in 1m46s
acc-tests Link to Cucumber reports
CI Main / Cucumber tests (push) Successful in 1m12s
Co-authored-by: moilanik <niko.moilanen@tietoevry.com> Reviewed-on: #14
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"
|