mirror of
https://github.com/ddworken/hishtory.git
synced 2025-08-12 08:19:29 +02:00
Set a consistent hostname for github actions
This commit is contained in:
1
.github/workflows/go-test.yml
vendored
1
.github/workflows/go-test.yml
vendored
@ -29,4 +29,5 @@ 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 github-action-runner # Set a consistent hostname so we can run tests that depend on it
|
||||||
make test
|
make test
|
||||||
|
Reference in New Issue
Block a user