mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-18 19:16:44 +02:00
Try customizing the shell for github actions to force it to run as a login shell
This commit is contained in:
parent
3448c3fdf6
commit
8db87d2a1e
1
.github/workflows/docker-compose-test.yml
vendored
1
.github/workflows/docker-compose-test.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user