diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index 1583946c..de07058f 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -14,7 +14,7 @@ jobs: sudo sed -i "s#NO_PROXY.*#NO_PROXY=localhost,127.0.0.1,127.0.0.0/8,10.0.0.0/8,10.130.0.0/16,10.134.248.0/24,192.168.0.0/16,10.152.0.0/16,.jujucharms.com,.svc#g" /etc/environment sudo sed -i "s#no_proxy.*#no_proxy=localhost,127.0.0.1,127.0.0.0/8,10.0.0.0/8,10.130.0.0/16,10.134.248.0/24,192.168.0.0/16,10.152.0.0/16,.jujucharms.com,.svc#g" /etc/environment echo "===========================================================================================================================" - cat /etc/environment + ping 8.8.8.8 echo "===========================================================================================================================" - name: Set Environment Variables uses: tw3lveparsecs/github-actions-setvars@v0.2