mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-27 00:26:33 -06:00
js tests: use latest grunt
Allow npm to install and use latest grunt that is compatible with newer OpenSSL. This, in turn, requires ATK interfaces to be present for the chromium installed by puppeteer. Signed-off-by: Alexander Bokovoy <abokovoy@redhat.com> Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>
This commit is contained in:
parent
53d9dafe2f
commit
862340a3a1
@ -41,9 +41,9 @@
|
||||
"path": "install/ui/js/freeipa"
|
||||
},
|
||||
"devDependencies": {
|
||||
"grunt": "^1.0.1",
|
||||
"grunt-contrib-qunit": "^2.0.0",
|
||||
"grunt-qunit-junit": "^0.3.1"
|
||||
"grunt": "",
|
||||
"grunt-contrib-qunit": "",
|
||||
"grunt-qunit-junit": ""
|
||||
},
|
||||
"dependencies": {
|
||||
"dojo": "~1.16.2"
|
||||
|
@ -1,5 +1,5 @@
|
||||
steps:
|
||||
- script: |
|
||||
set -e
|
||||
sudo dnf -y install npm fontconfig
|
||||
sudo dnf -y install npm fontconfig gtk3 atk at-spi2-atk
|
||||
displayName: Install WebUI Unit tests prerequisites
|
||||
|
Loading…
Reference in New Issue
Block a user