Update .gitea/workflows/ci.yml
ci-bats Bats tests
ci-cucumber Cucumber tests passed
ci-build Build complete
CI / feature (push) Successful in 1m27s
CI / main (push) Has been skipped

This commit is contained in:
2026-06-13 09:44:34 +03:00
parent 5e9e051093
commit 072514991d
+2 -2
View File
@@ -7,14 +7,14 @@ on:
jobs: jobs:
feature: feature:
if: github.ref != 'refs/heads/main' if: github.ref != 'refs/heads/main'
uses: niko/gitea-ci-library/.gitea/workflows/build-feature.yml uses: niko/gitea-ci-library/.gitea/workflows/build-feature.yml@main
secrets: inherit secrets: inherit
with: with:
bats-image: bats/bats:latest bats-image: bats/bats:latest
main: main:
if: github.ref == 'refs/heads/main' if: github.ref == 'refs/heads/main'
uses: niko/gitea-ci-library/.gitea/workflows/build-feature.yml uses: niko/gitea-ci-library/.gitea/workflows/build-feature.yml@main
secrets: inherit secrets: inherit
with: with:
bats-image: bats/bats:latest bats-image: bats/bats:latest