Skip to content

Commit 6b57980

Browse files
Renaming coordinating job name to all-tests (more descriptive)
1 parent d6a8d48 commit 6b57980

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test
1+
name: Tests
22

33
on:
44
pull_request:
@@ -67,8 +67,8 @@ jobs:
6767
# 1. Tests are skipped (no relevant changes) OR
6868
# 2. All tests pass (both Ubuntu and macOS)
6969
# This job fails only if tests actually fail
70-
test:
71-
name: Test
70+
all-tests:
71+
name: All Tests
7272
runs-on: ubuntu-latest
7373
needs: [check-for-changes, test-ubuntu, test-macos]
7474
if: always()

0 commit comments

Comments
 (0)