mirror of
https://github.com/haproxy/haproxy.git
synced 2026-03-04 22:30:28 -05:00
CI: Stop hijacking the hosts file
vtest/VTest#24 is merged now. This step is no longer required.
This commit is contained in:
parent
a2a46ee572
commit
fa1747dc7d
1 changed files with 0 additions and 6 deletions
6
.github/workflows/vtest.yml
vendored
6
.github/workflows/vtest.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue