Skip to content

Commit 5df2d8f

Browse files
authored
Merge pull request #8959 from liranmauda/liran-fix-test-name
CI | Changed the job name of Jest Unit Tests
2 parents d3ce5e9 + f24d6a8 commit 5df2d8f

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)