Skip to content

Commit ef0b958

Browse files
committed
fixed bad docker compose command
1 parent ee52362 commit ef0b958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dynamic_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: |
5454
mkdir -p coverage_report
5555
docker cp $(docker-compose ps -q fastapi_expense_backend):/app/htmlcov ./coverage_report
56-
56+
5757
- name: Upload coverage report
5858
uses: actions/upload-artifact@v4
5959
with:

0 commit comments

Comments
 (0)