Skip to content

Commit 7b129c9

Browse files
committed
Cosmetic change.
1 parent b90abcf commit 7b129c9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/health-metrics-test.yml

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

33
on: [push, pull_request]
44

55
jobs:
6-
health-metrics-test:
7-
name: Health Metrics Test
6+
binary-size-test:
7+
name: Binary Size
88
runs-on: ubuntu-latest
99
env:
1010
METRICS_SERVICE_URL: ${{ secrets.METRICS_SERVICE_URL }}
@@ -25,4 +25,4 @@ jobs:
2525
- name: Run health-metrics/binary-size test
2626
run: yarn size-report
2727

28-
# TODO(yifany): Enable startup times testing on CI.
28+
# TODO(yifany): Enable startup times testing on CI.

0 commit comments

Comments
 (0)