Skip to content

Commit f24d6a8

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>
1 parent d3ce5e9 commit f24d6a8

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, workflow_dispatch]
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)