uusia testejä
CI Feature / Load example-gitea-env.conf to pipeline env (push) Successful in 26s
acc-tests Cucumber test report
CI Feature / Cucumber tests (push) Successful in 1m4s
unit-tests Bats test report
CI Feature / Bats tests (push) Successful in 1m48s
CI Feature / Report Summary (push) Successful in 5s

This commit is contained in:
moilanik
2026-06-19 12:51:18 +03:00
parent d57f56f196
commit 45f939a611
4 changed files with 48 additions and 7 deletions
+9
View File
@@ -32,6 +32,15 @@ jobs:
repository: niko/gitea-ci-library
path: .ci
- name: Install yq
# COMPROMISE: Requires internet access.
# Does NOT work in air-gapped environments. The script falls back
# to BOM-stripping sed if yq is not available.
run: |
if ! command -v yq &>/dev/null; then
sudo apt-get update -qq && sudo apt-get install -y -qq yq
fi
- name: Check existing artifact and calculate version
env:
SERVER_URL: ${{ gitea.server_url }}