mirror of
https://github.com/ddworken/hishtory.git
synced 2025-08-15 09:32:40 +02:00
Try customizing the shell for github actions to force it to run as a login shell
This commit is contained in:
1
.github/workflows/docker-compose-test.yml
vendored
1
.github/workflows/docker-compose-test.yml
vendored
@ -30,6 +30,7 @@ jobs:
|
|||||||
go build
|
go build
|
||||||
./hishtory install
|
./hishtory install
|
||||||
- name: Docker Compose test
|
- name: Docker Compose test
|
||||||
|
shell: bash -ileo pipefail {0}
|
||||||
if: ${{ !startsWith(github.event.head_commit.message, 'Release') }}
|
if: ${{ !startsWith(github.event.head_commit.message, 'Release') }}
|
||||||
run: |
|
run: |
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
Reference in New Issue
Block a user