mirror of
https://github.com/ddworken/hishtory.git
synced 2025-02-24 14:31:11 +01:00
Set a consistent hostname for mac runners too
This commit is contained in:
parent
1b460adb31
commit
3485d4028b
3
.github/workflows/go-test.yml
vendored
3
.github/workflows/go-test.yml
vendored
@ -29,5 +29,6 @@ jobs:
|
|||||||
brew install fish tmux bash || true
|
brew install fish tmux bash || true
|
||||||
export TZ='America/Los_Angeles' # Force the time zone so that test output is consistent
|
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 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
|
make test
|
||||||
|
Loading…
Reference in New Issue
Block a user