diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index 72eb9ec..51d1930 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -29,5 +29,6 @@ jobs: brew install fish tmux bash || true export TZ='America/Los_Angeles' # Force the time zone so that test output is consistent sudo chmod 0755 -R /usr/share/zsh/ || true # Work around a weird bug where zsh on ubuntu actiosn gives that diretory 0777 which makes zsh refuse to start - sudo hostname ghaction-runner-hostname # Set a consistent hostname so we can run tests that depend on it + sudo hostname ghaction-runner-hostname || true # Set a consistent hostname so we can run tests that depend on it + sudo scutil --set HostName ghaction-runner-hostname make test