Skip to content

Commit 9b4f426

Browse files
Rename workflow and steps for consistency in unit testing.
Updated the name of the workflow and its steps to use consistent and clearer naming conventions. This improves readability and aligns with standard naming practices.
1 parent 667e1cf commit 9b4f426

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-unittests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Python Unit Test
1+
name: Python Unit Tests
22

33
on:
44
push:
@@ -21,5 +21,5 @@ jobs:
2121
with:
2222
python-version: '3.x'
2323

24-
- name: Run unittest
24+
- name: Run Unit Tests
2525
run: python -m unittest discover -s . -p "*.py"

0 commit comments

Comments
 (0)