Set UI_WIZARD environment variable to 'no' in core test workflow

This commit is contained in:
Théophile Diot 2024-12-31 09:42:47 +00:00
parent 95c7a16afb
commit 925bf43fbb
No known key found for this signature in database
GPG key ID: FA995104A0BA376A

View file

@ -107,6 +107,7 @@ jobs:
run: |
export NEEDRESTART_SUSPEND=1
export DEBIAN_FRONTEND=noninteractive
export UI_WIZARD=no
sudo -E apt install -fy /tmp/bunkerweb.deb
- name: Run tests
run: |