Fix YAML syntax

This commit is contained in:
Micah Jerome Ellison 2021-12-11 14:31:47 -08:00
parent 8cd555b96c
commit 5ed57eb341
3 changed files with 47 additions and 41 deletions

View file

@ -1,3 +1,7 @@
name: run jrnl tests
description: Runs all jrnl tests on multiple platforms
runs:
using: "composite"
steps:
- run: git config --global core.autocrlf false
- uses: actions/checkout@v2

View file

@ -34,4 +34,5 @@ jobs:
matrix:
python-version: [ 3.7, 3.8, 3.9, '3.10' ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
steps: ./.github/actions/run_tests.yml
steps:
- uses: ./.github/actions/run_tests.yml

View file

@ -19,4 +19,5 @@ jobs:
matrix:
python-version: [ 3.7, 3.8, 3.9, '3.10', 3.11-dev ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
steps: ./.github/actions/run_tests.yml
steps:
- uses: ./.github/actions/run_tests.yml