From: Tim Duesterhus Date: Wed, 11 Nov 2020 21:36:54 +0000 (+0100) Subject: CI: Stop hijacking the hosts file X-Git-Tag: v2.4-dev1~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa1747dc7d2689a6309b3fa5b0cd2dbb37f44851;p=thirdparty%2Fhaproxy.git CI: Stop hijacking the hosts file vtest/VTest#24 is merged now. This step is no longer required. --- diff --git a/.github/workflows/vtest.yml b/.github/workflows/vtest.yml index c3571b8768..28e814153d 100644 --- a/.github/workflows/vtest.yml +++ b/.github/workflows/vtest.yml @@ -101,12 +101,6 @@ jobs: echo "::endgroup::" haproxy -vv echo "::set-output name=version::$(haproxy -v |awk 'NR==1{print $3}')" - - name: Adjust hosts file - # This step can be removed if https://github.com/vtest/VTest/pull/24 is - # fixed. - run: | - cat /etc/hosts - sudo sed -i.bak '/::1/s/^/#/' /etc/hosts - name: Install problem matcher for VTest # This allows one to more easily see which tests fail. run: echo "::add-matcher::.github/vtest.json"