Specify bash shell and remove unneeded if

This commit is contained in:
Micah Jerome Ellison 2021-12-11 14:41:56 -08:00
parent ecebec0e96
commit e6dc2c750c
2 changed files with 1 additions and 3 deletions

View file

@ -1,5 +1,6 @@
name: run jrnl tests
description: Runs all jrnl tests on multiple platforms
shell: bash
runs:
using: "composite"
steps:

View file

@ -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