From a4c1aa2aee70c910c558a5bba7474c2b04f2b5fa Mon Sep 17 00:00:00 2001 From: "Yankel Scialom (YSC)" Date: Mon, 1 Apr 2024 17:22:34 +0200 Subject: [PATCH] test --- .github/workflows/continuous-integration.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 8e93ef6..7e1356d 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -29,12 +29,11 @@ jobs: - name: "Prepare test environment: Disable DNS cache server to free 53/udp up" run: | - sudo mkdir -p /etc/systemd/resolved.conf.d - echo -e '[Resolve]\nDNSStubListener=no' | sudo tee -a /etc/systemd/resolved.conf.d/disable-for-pinanas.conf - sudo systemctl force-reload systemd-resolved - sudo rm /etc/resolv.conf - sudo ln -s ../run/systemd/resolve/resolv.conf /etc/resolv.conf - cat /etc/resolv.conf + #sudo mkdir -p /etc/systemd/resolved.conf.d + #echo -e '[Resolve]\nDNSStubListener=no' | sudo tee -a /etc/systemd/resolved.conf.d/disable-for-pinanas.conf + #sudo systemctl force-reload systemd-resolved + #sudo rm /etc/resolv.conf + #sudo ln -s ../run/systemd/resolve/resolv.conf /etc/resolv.conf - name: "Prepare test environment: download Let's Encrypt's staging root certificate" run: curl -o /tmp/letsencrypt-stg-root-x1.pem 'https://letsencrypt.org/certs/staging/letsencrypt-stg-root-x1.pem'