Merge pull request '* Added missing check' (#41) from DelforSender into master

Reviewed-on: #41
This commit was merged in pull request #41.
This commit is contained in:
2026-01-20 12:01:00 +00:00

View File

@@ -123,6 +123,12 @@ steps:
- |
set -euf
cd "${CI_WORKSPACE}"
if [ ! -s changed-projects.txt ]; then
echo "Brak zmienionych projektow pomijam AI-gate."
exit 0
fi
echo "=== AI-Gate: analiza wyników testów: ==="
if [ ! -f "TestResults/tests.trx" ]; then
echo "Brak pliku TestResults/tests.trx blokuję pipeline."