mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-17 11:38:32 +02:00
Specify bash shell and remove unneeded if
This commit is contained in:
parent
ecebec0e96
commit
e6dc2c750c
2 changed files with 1 additions and 3 deletions
1
.github/actions/run_tests/action.yaml
vendored
1
.github/actions/run_tests/action.yaml
vendored
|
@ -1,5 +1,6 @@
|
|||
name: run jrnl tests
|
||||
description: Runs all jrnl tests on multiple platforms
|
||||
shell: bash
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
|
|
3
.github/workflows/testing_schedule.yaml
vendored
3
.github/workflows/testing_schedule.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue