mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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>
6 lines
144 B
YAML
6 lines
144 B
YAML
steps:
|
|
- script: |
|
|
set -e
|
|
sudo dnf -y install npm fontconfig gtk3 atk at-spi2-atk
|
|
displayName: Install WebUI Unit tests prerequisites
|