Skip to content

Commit 2466938

Browse files
committed
Changed the job name of Jest Unit Tests
- Changed the job name of Jest Unit Tests Signed-off-by: liranmauda <liran.mauda@gmail.com> (cherry picked from commit f24d6a8) (cherry picked from commit f6bf78f) (cherry picked from commit f5ff969) (cherry picked from commit ed353a8)
1 parent 300e64d commit 2466938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jest-unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Jest Unit Tests
22
on: [push, pull_request]
33

44
jobs:
5-
run-unit-tests:
5+
run-jest-unit-tests:
66
runs-on: ubuntu-latest
77
timeout-minutes: 90
88
concurrency:

0 commit comments

Comments
 (0)