Skip to content

Commit

Permalink
AP: webui: List installed nodejs packages
Browse files Browse the repository at this point in the history
It's helpful for debugging regressions.

Related: https://pagure.io/freeipa/issue/9329
Signed-off-by: Stanislav Levin <slev@altlinux.org>
Reviewed-By: Florence Blanc-Renaud <flo@redhat.com>
  • Loading branch information
stanislavlevin authored and flo-renaud committed Feb 17, 2023
1 parent a7e13f9 commit 8d634d8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ipatests/azure/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8d634d8

Please sign in to comment.