diff --git a/.github/workflows/gating.yml b/.github/workflows/gating.yml index 8d266c318..e87a28982 100644 --- a/.github/workflows/gating.yml +++ b/.github/workflows/gating.yml @@ -87,6 +87,9 @@ jobs: - name: Put IPA Server's IP to /etc/hosts run: sudo echo "$(vagrant ssh -c "hostname -I") server.ipa.demo" | sudo tee -a /etc/hosts + - name: Print /etc/hosts + run: sudo cat /etc/hosts + - name: Save server's IP address to env run: echo "SERVER_IP=$(vagrant ssh -c "hostname -I")" >> $GITHUB_ENV