From 69a2649d83473c77220c71aa58e9e6620677ea22 Mon Sep 17 00:00:00 2001 From: moilanik Date: Tue, 16 Jun 2026 09:28:25 +0300 Subject: [PATCH] =?UTF-8?q?k=C3=A4ytet=C3=A4=C3=A4n=20omia=20kontteja,=20e?= =?UTF-8?q?ik=C3=A4=20rakenneta=20lennosta!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/example-bats-tests.yml | 2 +- .gitea/workflows/example-cucumber-tests.yml | 2 -- .gitea/workflows/example-feature.yml | 4 ++-- .gitea/workflows/example-main.yml | 4 ++-- 4 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/example-bats-tests.yml b/.gitea/workflows/example-bats-tests.yml index 64696b4..9557334 100644 --- a/.gitea/workflows/example-bats-tests.yml +++ b/.gitea/workflows/example-bats-tests.yml @@ -41,7 +41,7 @@ jobs: docker run --rm \ -v bats-workspace:/data \ --entrypoint bash ${{ inputs.bats-image }} \ - -c 'apk add -q lsof python3 jq curl ruby && cd /data && gem install bashcov -v 3.3.0 2>&1 | tail -1 && bashcov -- bats tests/' \ + -c 'cd /data && bashcov -- bats tests/' \ > "reports/${GITHUB_SHA:0:8}/bats/results.txt" 2>&1 BATS_EXIT=$? bash .ci/.gitea/scripts/bats-coverage.sh bats-workspace "reports/${GITHUB_SHA:0:8}/bats" diff --git a/.gitea/workflows/example-cucumber-tests.yml b/.gitea/workflows/example-cucumber-tests.yml index b52e9da..88fb68b 100644 --- a/.gitea/workflows/example-cucumber-tests.yml +++ b/.gitea/workflows/example-cucumber-tests.yml @@ -36,8 +36,6 @@ jobs: id: cucumber-tests shell: bash run: | - apt-get update -qq && apt-get install -y -qq --no-install-recommends lsof jq - npm install @cucumber/cucumber > /dev/null 2>&1 mkdir -p "reports/${GITHUB_SHA:0:8}/cucumber" set +e npx cucumber-js \ diff --git a/.gitea/workflows/example-feature.yml b/.gitea/workflows/example-feature.yml index 2751a2e..47d0fd5 100644 --- a/.gitea/workflows/example-feature.yml +++ b/.gitea/workflows/example-feature.yml @@ -20,7 +20,7 @@ jobs: secrets: inherit with: env_json: ${{ needs.load-config.outputs.env_json }} - bats-image: bats/bats:latest + bats-image: gitea.app.keskikuja.site/niko/ci-bats:latest cucumber: name: Cucumber tests @@ -29,7 +29,7 @@ jobs: secrets: inherit with: env_json: ${{ needs.load-config.outputs.env_json }} - cucumber-node-image: node:22 + cucumber-node-image: gitea.app.keskikuja.site/niko/ci-cucumber:latest report-summary: name: Report Summary diff --git a/.gitea/workflows/example-main.yml b/.gitea/workflows/example-main.yml index 9d5ed8e..5cc8c4c 100644 --- a/.gitea/workflows/example-main.yml +++ b/.gitea/workflows/example-main.yml @@ -29,7 +29,7 @@ jobs: secrets: inherit with: env_json: ${{ needs.load-config.outputs.env_json }} - bats-image: bats/bats:latest + bats-image: gitea.app.keskikuja.site/niko/ci-bats:latest cucumber: name: Cucumber tests @@ -39,7 +39,7 @@ jobs: secrets: inherit with: env_json: ${{ needs.load-config.outputs.env_json }} - cucumber-node-image: node:22 + cucumber-node-image: gitea.app.keskikuja.site/niko/ci-cucumber:latest build-push: name: Build & Push Docker