workflows/doctor: fix broken syntax
This commit is contained in:
parent
7ea4726f24
commit
f0615cbf99
19
.github/workflows/doctor.yml
vendored
19
.github/workflows/doctor.yml
vendored
@ -17,13 +17,14 @@ jobs:
|
|||||||
tests:
|
tests:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
runner:
|
include:
|
||||||
- "13-arm64-${{github.run_id}}-${{github.run_attempt}}"
|
- runner: "13-arm64-${{github.run_id}}-${{github.run_attempt}}"
|
||||||
- "12-arm64"
|
- runner: "12-arm64-${{github.run_id}}-${{github.run_attempt}}"
|
||||||
- "12-${{github.run_id}}-${{github.run_attempt}}"
|
- runner: "12-${{github.run_id}}-${{github.run_attempt}}"
|
||||||
- "11-arm64"
|
- runner: "11-arm64"
|
||||||
- "11-${{github.run_id}}-${{github.run_attempt}}"
|
cleanup: true
|
||||||
- "10.15-${{github.run_id}}-${{github.run_attempt}}"
|
- runner: "11-${{github.run_id}}-${{github.run_attempt}}"
|
||||||
|
- runner: "10.15-${{github.run_id}}-${{github.run_attempt}}"
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
runs-on: ${{ matrix.runner }}
|
runs-on: ${{ matrix.runner }}
|
||||||
env:
|
env:
|
||||||
@ -37,9 +38,9 @@ jobs:
|
|||||||
uses: Homebrew/actions/setup-homebrew@master
|
uses: Homebrew/actions/setup-homebrew@master
|
||||||
|
|
||||||
- run: brew test-bot --only-cleanup-before
|
- run: brew test-bot --only-cleanup-before
|
||||||
if: !contains(matrix.runner, github.run_id)
|
if: matrix.cleanup
|
||||||
|
|
||||||
- run: brew doctor
|
- run: brew doctor
|
||||||
|
|
||||||
- run: brew test-bot --only-cleanup-after
|
- run: brew test-bot --only-cleanup-after
|
||||||
if: always() && !contains(matrix.runner, github.run_id)
|
if: always() && matrix.cleanup
|
||||||
|
Loading…
x
Reference in New Issue
Block a user