Fix workflow
Signed-off-by: Howard Lau <howardlau1999@hotmail.com>
This commit is contained in:
parent
275515dffc
commit
a1771c26cb
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
@ -36,7 +36,7 @@ jobs:
|
|||||||
name: Test
|
name: Test
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Set up Go 1.x
|
- name: Set up Go 1.x
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
@ -46,5 +46,5 @@ jobs:
|
|||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: make test SHELL=/bin/basht
|
run: make test SHELL=/bin/bash
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user