tests.yml: remove redundant 'name's (#59342)

master
Maxim Belkin 2020-08-08 16:24:56 -05:00 committed by GitHub
parent 6782796918
commit c156e5277a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 8 deletions

View File

@ -28,8 +28,7 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
run: brew install-bundler-gems
- name: Run brew test-bot --only-tap-syntax
run: brew test-bot --only-tap-syntax
- run: brew test-bot --only-tap-syntax
tests:
needs: tap_syntax
@ -50,11 +49,9 @@ jobs:
id: set-up-homebrew
uses: Homebrew/actions/setup-homebrew@master
- name: Run brew test-bot --only-cleanup-before
run: brew test-bot --only-cleanup-before
- run: brew test-bot --only-cleanup-before
- name: Run brew test-bot --only-setup
run: brew test-bot --only-setup
- run: brew test-bot --only-setup
- name: Run brew test-bot --only-formulae
run: |
@ -97,9 +94,8 @@ jobs:
name: bottles
path: bottles
- name: Run brew test-bot --only-cleanup-after
- run: brew test-bot --only-cleanup-after
if: always()
run: brew test-bot --only-cleanup-after
- name: Post Cleanup
if: always()