Skip to content

Commit dbdf4e4

Browse files
authored
chore: rename unit test job (openobserve#7032)
1 parent 27e3fbf commit dbdf4e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
ZO_RESULT_CACHE_ENABLED: true
1818

1919
jobs:
20-
build:
20+
unit_tests:
2121

2222
runs-on:
2323
labels: ubicloud-standard-8
@@ -52,4 +52,4 @@ jobs:
5252

5353
- name: Run unit tests
5454
run: ./coverage.sh
55-
55+

0 commit comments

Comments
 (0)