Skip to content

Commit 1aa983e

Browse files
committed
coding part completed
1 parent b762082 commit 1aa983e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
2323
- name: Run Tests
2424
run: |
25-
python app/test_main.py
25+
python app/test-main.py
2626
2727
- name: Build Docker Image
2828
run: docker build -t ${{ secrets.DOCKERHUB_USERNAME }}/fastapi-app .

0 commit comments

Comments
 (0)