mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
AP: webui: List installed nodejs packages
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>
This commit is contained in:
parent
a7e13f9719
commit
8d634d8abf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user