Re-specify shell: bash so windows tests can run

This commit is contained in:
David Dworken 2022-11-05 23:47:42 -07:00
parent c87ae611fb
commit 27462ff036
No known key found for this signature in database

View File

@ -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