mirror of
https://github.com/ddworken/hishtory.git
synced 2024-12-23 23:39:02 +01:00
Set a consistent hostname for github actions
This commit is contained in:
parent
267aa086fa
commit
38ca02b961
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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user