mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-19 11:36:47 +02:00
Hopefully fix github action tests for zsh
This commit is contained in:
parent
8c7fb2a412
commit
e3d8f1274e
4
.github/workflows/go-test.yml
vendored
4
.github/workflows/go-test.yml
vendored
@ -18,4 +18,6 @@ jobs:
|
||||
go-version: 1.17
|
||||
- name: Go test
|
||||
if: ${{ !startsWith(github.event.head_commit.message, 'Release') }}
|
||||
run: make test
|
||||
run: |
|
||||
sudo apt-get install -y zsh || true
|
||||
make test
|
||||
|
Loading…
x
Reference in New Issue
Block a user