Set a consistent hostname for github actions

This commit is contained in:
David Dworken 2022-10-27 23:12:28 -07:00
parent 267aa086fa
commit 38ca02b961

View File

@ -29,4 +29,5 @@ 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 github-action-runner # Set a consistent hostname so we can run tests that depend on it
make test