From ff399dd98d429def5e3f333a3278e8dbabe4e895 Mon Sep 17 00:00:00 2001 From: moilanik Date: Sat, 13 Jun 2026 06:37:10 +0300 Subject: [PATCH] =?UTF-8?q?=C3=B6op=C3=A4j=C3=A4op?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 9661007..91c6e92 100644 --- a/.gitea/workflows/build-feature.yml +++ b/.gitea/workflows/build-feature.yml @@ -111,7 +111,7 @@ jobs: id: prepare-cucumber shell: bash run: | - if npx --package @cucumber/cucumber cucumber-js --help > /dev/null 2>&1; then + if npx --package @cucumber/cucumber cucumber-js --dry-run tests/features/ > /dev/null 2>&1; then echo "TOOL_OK=true" >> "${GITHUB_ENV}" else echo "TOOL_OK=false" >> "${GITHUB_ENV}"