Skip to content

Commit d23c364

Browse files
jDramaixcopybara-github
authored andcommitted
Fix indentation in ci.yaml
This change corrects the indentation of the "Fake host name" step in the GitHub Actions workflow. YAML relies purely on indentation to represent nested structures. One extra or missing space makes the workflow invalid. PiperOrigin-RevId: 803032132
1 parent 20b7c93 commit d23c364

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@ jobs:
8484
echo "build --verbose_failures" >> ~/.bazelrc
8585
bazel info
8686
87-
# Fake the host name to cause name lookups fail and fallback to localhost in WTL:
88-
# rules_webtesting/go/httphelper/http_helper.go#FQDN()
89-
# This prevents potential 'underscore' in resolved name which later used by
90-
# WebDriver that inherits a JDK bug (https://bugs.openjdk.org/browse/JDK-8221675).
91-
- name: Fake host name
87+
# Fake the host name to cause name lookups fail and fallback to localhost in WTL:
88+
# rules_webtesting/go/httphelper/http_helper.go#FQDN()
89+
# This prevents potential 'underscore' in resolved name which later used by
90+
# WebDriver that inherits a JDK bug (https://bugs.openjdk.org/browse/JDK-8221675).
91+
- name: Fake host name
9292
if: matrix.os == 'macos-latest'
9393
run: sudo scutil --set HostName unknown
9494

0 commit comments

Comments
 (0)