prep docs and service updates
Some checks failed
Docs CI / lint-and-preview (push) Has been cancelled
Some checks failed
Docs CI / lint-and-preview (push) Has been cancelled
This commit is contained in:
@@ -13,10 +13,17 @@ dotnet restore src/Scanner/StellaOps.Scanner.Node.slnf \
|
||||
-p:RestorePackagesPath="$REPO_ROOT/offline/packages" \
|
||||
-p:ContinuousIntegrationBuild=true
|
||||
|
||||
# Run node analyzer tests in isolation
|
||||
# Run node analyzer tests in isolation (minimal logging)
|
||||
if [ "${CLEAN_BEFORE_NODE_TESTS:-0}" = "1" ] && [ -x "$REPO_ROOT/scripts/cleanup-runner-space.sh" ]; then
|
||||
echo "[node-tests-isolated] Running cleanup to reclaim disk space..."
|
||||
"$REPO_ROOT/scripts/cleanup-runner-space.sh"
|
||||
fi
|
||||
|
||||
DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1 \
|
||||
DOTNET_CLI_TELEMETRY_OPTOUT=1 \
|
||||
NUGET_PACKAGES="$REPO_ROOT/offline/packages" \
|
||||
dotnet test src/Scanner/StellaOps.Scanner.Node.slnf \
|
||||
--no-build \
|
||||
--settings "$REPO_ROOT/__Tests/node-isolated.runsettings" \
|
||||
--no-restore \
|
||||
--settings "$REPO_ROOT/src/Scanner/__Tests/node-isolated.runsettings" \
|
||||
--logger "console;verbosity=minimal" \
|
||||
/m:1
|
||||
|
||||
Reference in New Issue
Block a user