Skip to content

Commit 8c6e2ae

Browse files
committed
Changed the job name of Jest Unit Tests
- Changed the job name of Jest Unit Tests Signed-off-by: liranmauda <[email protected]> (cherry picked from commit f24d6a8) (cherry picked from commit f6bf78f) (cherry picked from commit f5ff969) (cherry picked from commit ed353a8) (cherry picked from commit 2466938)
1 parent a803a30 commit 8c6e2ae

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)