From 120ad27199340b7503569e22ee78cf348bc308d3 Mon Sep 17 00:00:00 2001 From: moilanik Date: Sat, 13 Jun 2026 06:59:16 +0300 Subject: [PATCH] korjattu bats testien haku: glob hostilla -> hakemisto kontissa --- .gitea/workflows/build-feature.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-feature.yml b/.gitea/workflows/build-feature.yml index 5027b0b..38f8436 100644 --- a/.gitea/workflows/build-feature.yml +++ b/.gitea/workflows/build-feature.yml @@ -33,7 +33,7 @@ jobs: run: | mkdir -p "reports/${GITHUB_SHA:0:8}/bats" set +e - docker run --rm -v "$PWD:/code" ${{ inputs.bats-image }} /code/tests/*.bats \ + docker run --rm -v "$PWD:/code" ${{ inputs.bats-image }} /code/tests/ \ > "reports/${GITHUB_SHA:0:8}/bats/results.txt" 2>&1 BATS_EXIT=$? {