Try customizing the shell for github actions to force it to run as a login shell

This commit is contained in:
David Dworken 2023-09-07 22:37:41 -07:00
parent 3448c3fdf6
commit 8db87d2a1e
No known key found for this signature in database

View File

@ -30,6 +30,7 @@ jobs:
go build
./hishtory install
- name: Docker Compose test
shell: bash -ileo pipefail {0}
if: ${{ !startsWith(github.event.head_commit.message, 'Release') }}
run: |
set -euo pipefail