Skip to content

Commit

Permalink
Merge pull request #201446 from Homebrew/worksflow-tests-add-step-names
Browse files Browse the repository at this point in the history
workflows/tests: add step names
  • Loading branch information
ZhongRuoyu authored Dec 17, 2024
2 parents 6662c1a + 7907317 commit 864efb9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,8 @@ jobs:
bottles-directory: ${{ env.BOTTLES_DIR }}
cleanup: ${{ matrix.cleanup }}

- id: brew-test-bot-formulae
- name: Test formulae
id: brew-test-bot-formulae
run: |
# shellcheck disable=SC2086
brew test-bot $TEST_BOT_FORMULAE_ARGS \
Expand Down Expand Up @@ -365,7 +366,8 @@ jobs:
cleanup: ${{ matrix.cleanup }}
download-bottles: true

- run: |
- name: Test dependents
run: |
# shellcheck disable=SC2086
brew test-bot $TEST_BOT_DEPENDENTS_ARGS \
--testing-formulae="$TESTING_FORMULAE" \
Expand Down

0 comments on commit 864efb9

Please sign in to comment.