mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user