Skip to content

Commit 864efb9

Browse files
authored
Merge pull request Homebrew#201446 from Homebrew/worksflow-tests-add-step-names
workflows/tests: add step names
2 parents 6662c1a + 7907317 commit 864efb9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,8 @@ jobs:
232232
bottles-directory: ${{ env.BOTTLES_DIR }}
233233
cleanup: ${{ matrix.cleanup }}
234234

235-
- id: brew-test-bot-formulae
235+
- name: Test formulae
236+
id: brew-test-bot-formulae
236237
run: |
237238
# shellcheck disable=SC2086
238239
brew test-bot $TEST_BOT_FORMULAE_ARGS \
@@ -365,7 +366,8 @@ jobs:
365366
cleanup: ${{ matrix.cleanup }}
366367
download-bottles: true
367368

368-
- run: |
369+
- name: Test dependents
370+
run: |
369371
# shellcheck disable=SC2086
370372
brew test-bot $TEST_BOT_DEPENDENTS_ARGS \
371373
--testing-formulae="$TESTING_FORMULAE" \

0 commit comments

Comments
 (0)