Fix tests ui linux not starting the ui service

This commit is contained in:
Théophile Diot 2023-09-22 09:37:00 +01:00
parent fdb9a7c294
commit 601f0fde62
No known key found for this signature in database
GPG Key ID: 248FEA4BAE400D06
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ jobs:
sudo chmod 777 /etc/bunkerweb/variables.env /etc/bunkerweb/ui.env
- name: Run tests
run: |
sudo systemctl start bunkerweb-ui
cd ./tests/ui
MAKEFLAGS="-j $(nproc)" find . -name "requirements.txt" -exec pip install -r {} \;
touch test.txt