diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 936d167..06a317f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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