mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Set UI_WIZARD environment variable to 'no' in core test workflow
This commit is contained in:
parent
95c7a16afb
commit
925bf43fbb
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test-core-linux.yml
vendored
1
.github/workflows/test-core-linux.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue