Merge pull request #10387 from MikeMcQuaid/macos_tests_needs_syntax

tests: make macOS tests require a passing syntax job.
This commit is contained in:
Mike McQuaid 2021-01-22 13:55:39 +00:00 committed by GitHub
commit ca2eccff38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -180,6 +180,7 @@ jobs:
test-everything:
name: test everything (macOS)
needs: syntax
if: startsWith(github.repository, 'Homebrew/')
runs-on: macos-latest
steps: