mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-22 16:24:00 +01:00
Re-specify shell: bash so windows tests can run
This commit is contained in:
parent
c87ae611fb
commit
27462ff036
1
.github/workflows/go-test.yml
vendored
1
.github/workflows/go-test.yml
vendored
@ -23,6 +23,7 @@ jobs:
|
||||
go-version: 1.18
|
||||
# - uses: mxschmitt/action-tmate@v3
|
||||
- name: Go test
|
||||
shell: bash
|
||||
if: ${{ !startsWith(github.event.head_commit.message, 'Release') }}
|
||||
run: |
|
||||
sudo apt-get update || true
|
||||
|
Loading…
Reference in New Issue
Block a user