Files
gitea-ci-library/.gitea/workflows/ci.yml
T
moilanik 4d78cd7bb5
ci-bats Bats tests
ci-cucumber Cucumber tests passed
ci-build Build complete
CI / feature (push) Successful in 1m43s
CI / main (push) Has been skipped
poc jatkuu
2026-06-13 17:57:39 +03:00

23 lines
556 B
YAML

name: CI
on:
push:
branches: ["**"]
workflow_dispatch:
jobs:
feature:
if: github.ref != 'refs/heads/main'
uses: niko/gitea-ci-library/.gitea/workflows/build-feature.yml@feature/pipeline-cleanup
secrets: inherit
with:
bats-image: bats/bats:latest
cucumber-node-image: node:22
main:
if: github.ref == 'refs/heads/main'
uses: niko/gitea-ci-library/.gitea/workflows/build-feature.yml@feature/pipeline-cleanup
secrets: inherit
with:
bats-image: bats/bats:latest
cucumber-node-image: node:22