mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-25 08:21:05 -06:00
6 lines
123 B
YAML
6 lines
123 B
YAML
|
steps:
|
||
|
- script: |
|
||
|
set -e
|
||
|
sudo dnf -y install npm fontconfig
|
||
|
displayName: Install WebUI Unit tests prerequisites
|