Skip to content

Commit

Permalink
force bash
Browse files Browse the repository at this point in the history
  • Loading branch information
ChronosMasterOfAllTime committed Oct 14, 2022
1 parent 3524533 commit 098c305
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/pr_checks.yml
Expand Up @@ -20,6 +20,8 @@ jobs:
- name: Get Bash Version
run: bash --version
- name: Run Unit Tests
run: make test
run: |
bash
make test
env:
GOENV_NATIVE_EXT: ${{ matrix.goenv_native_ext }}
2 changes: 1 addition & 1 deletion Makefile
@@ -1,5 +1,5 @@
SHELL:=/bin/bash
.ONESHELL:
SHELL = /bin/bash
.PHONY: test test-goenv test-goenv-go-build bats start-fake-go-build-http-server stop-fake-go-build-http-server run-goenv-go-build-tests

default: test
Expand Down

0 comments on commit 098c305

Please sign in to comment.