Fix workflow syntax
This commit is contained in:
parent
430e0e6afb
commit
1aa54d22fb
|
@ -8,8 +8,8 @@ on:
|
||||||
- "*.md"
|
- "*.md"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
name: Run tests
|
|
||||||
run_tests:
|
run_tests:
|
||||||
|
name: Run tests
|
||||||
runs-on: macos-11
|
runs-on: macos-11
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in New Issue