Feature/yksinkertaistetaan raportointi logiikkaa #22

Merged
niko merged 12 commits from feature/yksinkertaistetaan-raportointi-logiikkaa into main 2026-06-18 12:55:02 +03:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit b06e198603 - Show all commits
@@ -25,14 +25,14 @@ on:
jobs: jobs:
load-config: load-config:
uses: niko/gitea-ci-library/.gitea/workflows/config-provider.yml@v1 uses: niko/gitea-ci-library/.gitea/workflows/config-provider.yml@main
secrets: inherit secrets: inherit
with: with:
config_path: ${{ inputs.config_path }} config_path: ${{ inputs.config_path }}
build-push: build-push:
needs: [load-config] needs: [load-config]
uses: niko/gitea-ci-library/.gitea/workflows/ci-container-build-push.yml@v1 uses: niko/gitea-ci-library/.gitea/workflows/ci-container-build-push.yml@main
secrets: inherit secrets: inherit
with: with:
env_json: ${{ needs.load-config.outputs.env_json }} env_json: ${{ needs.load-config.outputs.env_json }}
+1 -1
View File
@@ -1,3 +1,3 @@
FROM bats/bats:latest FROM bats/bats:1.11.0
RUN apk add --no-cache lsof python3 jq curl ruby && \ RUN apk add --no-cache lsof python3 jq curl ruby && \
gem install bashcov -v 3.3.0 gem install bashcov -v 3.3.0