[ACS-11294] added search indexing check in ACA (#5091)

* [ACS-11294] added search indexing check in ACA

* [ACS-11294] small changes to the script

* [ACS-11293] deleted commander from the script and added .env file check

* [ACS-11294] added search indexing action after deploy ACS

* [ACS-11294] check added to all test suites and deleted hard coded credentials

* [ACS-11294] sonar cloud fixes

* [ACS-11294] search indexing fix 1

* [ACS-11294] review fixes 1

* [ACS-11294] review fixes 2
This commit is contained in:
Adam Świderski
2026-03-23 10:22:17 +01:00
committed by GitHub
parent 9680b46ffa
commit 65c814d75b
5 changed files with 353 additions and 53 deletions
+6
View File
@@ -49,3 +49,9 @@ runs:
fi
fi
echo "TAG_NPM=${TAG_NPM}" >> $GITHUB_ENV
- name: node
uses: actions/setup-node@v6
with:
node-version-file: '.nvmrc'
cache: 'npm'