Skip to content

Commit ae7f248

Browse files
updated the unit testing stage
1 parent b010690 commit ae7f248

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/recommendation.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,4 @@ jobs:
2828
- name: Run unit tests
2929
working-directory: ./src/recommendation
3030
run: |
31-
cd src/recommendation
32-
python3 -m unittest discover -s . -p "test_*.py"
31+
python3 -m unittest discover -s . -p "test_recommendation_service.py"

0 commit comments

Comments
 (0)