From c4b873e3f214fa6347e1eacd1d54fa427feb6762 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Diot?= Date: Mon, 16 Oct 2023 12:37:26 +0200 Subject: [PATCH] Fix /etc/bunkerweb dir missing in linux core tests --- .github/workflows/test-core-linux.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-core-linux.yml b/.github/workflows/test-core-linux.yml index 8394efa7..0de832a2 100644 --- a/.github/workflows/test-core-linux.yml +++ b/.github/workflows/test-core-linux.yml @@ -77,6 +77,7 @@ jobs: sudo systemctl stop php8.1-fpm sudo systemctl start php8.1-fpm # BunkerWeb + sudo mkdir -p /etc/bunkerweb echo "SERVER_NAME=www.example.com" | sudo tee /etc/bunkerweb/variables.env echo "HTTP_PORT=80" | sudo tee -a /etc/bunkerweb/variables.env echo "HTTPS_PORT=443" | sudo tee -a /etc/bunkerweb/variables.env