Fix workflow

Signed-off-by: Howard Lau <howardlau1999@hotmail.com>
This commit is contained in:
Howard Lau 2020-11-01 07:00:39 +00:00
parent 275515dffc
commit a1771c26cb
No known key found for this signature in database
GPG Key ID: 5CCC55849E3CF8E2
1 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ jobs:
name: Test
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
@ -46,5 +46,5 @@ jobs:
uses: actions/checkout@v2
- name: Test
run: make test SHELL=/bin/basht
run: make test SHELL=/bin/bash