From fa984a2c718695b9864887f3de6ff878167becd8 Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Mon, 10 Jun 2024 14:05:56 -0400 Subject: [PATCH] default shell bash Signed-off-by: Jason Hall --- .github/workflows/test.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f94167f..0db200a 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -11,6 +11,9 @@ on: jobs: test: name: Basic Test + defaults: + run: + shell: bash strategy: fail-fast: false matrix: @@ -23,5 +26,4 @@ jobs: steps: - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - uses: ./ - - shell: bash - run: chainctl version + - run: chainctl version