We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b762082 commit 1aa983eCopy full SHA for 1aa983e
.github/workflows/ci-cd.yml
@@ -22,7 +22,7 @@ jobs:
22
23
- name: Run Tests
24
run: |
25
- python app/test_main.py
+ python app/test-main.py
26
27
- name: Build Docker Image
28
run: docker build -t ${{ secrets.DOCKERHUB_USERNAME }}/fastapi-app .
0 commit comments