mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-17 19:48:31 +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
|
name: run jrnl tests
|
||||||
description: Runs all jrnl tests on multiple platforms
|
description: Runs all jrnl tests on multiple platforms
|
||||||
|
shell: bash
|
||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
|
|
3
.github/workflows/testing_schedule.yaml
vendored
3
.github/workflows/testing_schedule.yaml
vendored
|
@ -10,9 +10,6 @@ defaults:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test_all:
|
test_all:
|
||||||
if: >
|
|
||||||
! contains(github.event.head_commit.message, '[ci skip]')
|
|
||||||
github.event_name == 'schedule'
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
Loading…
Add table
Reference in a new issue