From e6dc2c750c6b5280b1c5f31450e24ddbda9a38cf Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Sat, 11 Dec 2021 14:41:56 -0800 Subject: [PATCH] Specify bash shell and remove unneeded if --- .github/actions/run_tests/action.yaml | 1 + .github/workflows/testing_schedule.yaml | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/actions/run_tests/action.yaml b/.github/actions/run_tests/action.yaml index d12f7f20..18da916d 100644 --- a/.github/actions/run_tests/action.yaml +++ b/.github/actions/run_tests/action.yaml @@ -1,5 +1,6 @@ name: run jrnl tests description: Runs all jrnl tests on multiple platforms +shell: bash runs: using: "composite" steps: diff --git a/.github/workflows/testing_schedule.yaml b/.github/workflows/testing_schedule.yaml index ff6af44a..490a65ad 100644 --- a/.github/workflows/testing_schedule.yaml +++ b/.github/workflows/testing_schedule.yaml @@ -10,9 +10,6 @@ defaults: jobs: test_all: - if: > - ! contains(github.event.head_commit.message, '[ci skip]') - github.event_name == 'schedule' runs-on: ${{ matrix.os }} strategy: fail-fast: false