From de82c852e98dd4fb6e8c8ef8bf4eadce67b6ba2c Mon Sep 17 00:00:00 2001 From: "Yankel Scialom (YSC)" Date: Mon, 1 Apr 2024 17:51:48 +0200 Subject: [PATCH] test --- .github/workflows/continuous-integration.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index bb78ad2..b5c659a 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -45,6 +45,9 @@ jobs: - name: Install run: cd dist && ../src/install/installer.sh + - name: Build and pull services + run: docker-compose pull && docker-compose build + - name: "Prepare test environment: Disable DNS cache server to free 53/udp up" run: | sudo mkdir -p /etc/systemd/resolved.conf.d