From 8fe044d5ef6a2bc413e8585d2c8b744b7d2c8f37 Mon Sep 17 00:00:00 2001 From: jholdstock Date: Thu, 14 May 2020 13:58:34 +0100 Subject: [PATCH] Run CI script directly, not through sh --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 658c3f1..954acc7 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -25,4 +25,4 @@ jobs: GO111MODULE: "on" run: | export PATH=${PATH}:$(go env GOPATH)/bin - sh ./run_tests.sh \ No newline at end of file + ./run_tests.sh \ No newline at end of file