mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-22 16:24:00 +01:00
Another attempt at making zsh pass on github actions
This commit is contained in:
parent
15bec30315
commit
16d41de4ad
1
.github/workflows/go-test.yml
vendored
1
.github/workflows/go-test.yml
vendored
@ -19,6 +19,7 @@ jobs:
|
||||
- name: Go test
|
||||
if: ${{ !startsWith(github.event.head_commit.message, 'Release') }}
|
||||
run: |
|
||||
sudo apt-get update || true
|
||||
sudo apt-get install -y zsh || true
|
||||
touch ~/.zshrc
|
||||
make test
|
||||
|
@ -1,3 +1,4 @@
|
||||
autoload -U add-zsh-hook
|
||||
add-zsh-hook zshaddhistory _hishtory_add
|
||||
add-zsh-hook precmd _hishtory_precmd
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user