<?xml version='1.0' encoding='utf-8'?>
<testsuites tests="2" failures="2" errors="0" time="0.000"><testsuite name="github-actions-lint" tests="2" failures="2" errors="0" time="0.000"><testcase classname=".temporary/workflows" name="packer-5.sh:23" time="0.000"><properties><property name="url:Log" value="https://storage.eu-north2.nebius.cloud:443/github-actions-s3/ydb-platform/nbs/Check-github-workflow/29508790818/1/nebius-x86-64/test_reports/ga-scripts-shfmt.log" /></properties><failure type="failure">--- .temporary/workflows/packer-5.sh.orig
+++ .temporary/workflows/packer-5.sh
@@ -23,7 +23,7 @@
     '
 PACKER_EXIT_CODE=${PIPESTATUS[0]}
 set -e
-if (( PACKER_EXIT_CODE != 0 )); then
+if ((PACKER_EXIT_CODE != 0)); then
     exit "${PACKER_EXIT_CODE}"
 fi
 cat reports/manifest.json</failure></testcase><testcase classname="diff .temporary/workflows/packer-5.sh.orig .temporary/workflows" name="packer-5.sh" time="0.000"><properties><property name="url:Log" value="https://storage.eu-north2.nebius.cloud:443/github-actions-s3/ydb-platform/nbs/Check-github-workflow/29508790818/1/nebius-x86-64/test_reports/ga-scripts-shfmt.log" /></properties><failure type="failure">diff .temporary/workflows/packer-5.sh.orig .temporary/workflows/packer-5.sh is not shfmt-formatted</failure></testcase></testsuite></testsuites>