From 8d634d8abf296f52b5c348e582c19bb4bdce2983 Mon Sep 17 00:00:00 2001 From: Stanislav Levin Date: Thu, 16 Feb 2023 19:51:59 +0300 Subject: [PATCH] AP: webui: List installed nodejs packages It's helpful for debugging regressions. Related: https://pagure.io/freeipa/issue/9329 Signed-off-by: Stanislav Levin Reviewed-By: Florence Blanc-Renaud --- ipatests/azure/azure-pipelines.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ipatests/azure/azure-pipelines.yml b/ipatests/azure/azure-pipelines.yml index fd525ba731c..aea25026cc4 100644 --- a/ipatests/azure/azure-pipelines.yml +++ b/ipatests/azure/azure-pipelines.yml @@ -128,11 +128,9 @@ jobs: - script: | set -e echo "Running WebUI unit tests" - # PhantomJS is not compatible with OpenSSL 1.1.1 - # https://github.com/wch/webshot/pull/93 - # export OPENSSL_CONF=whatever cd $(builddir)/install/ui/js/libs && make cd $(builddir)/install/ui && npm install + cd $(builddir)/install/ui && npm list --all cd $(builddir)/install/ui && node_modules/grunt/bin/grunt --verbose test displayName: WebUI Unit Tests - task: PublishTestResults@2