Skip to content

Commit 827c5f8

Browse files
author
Mandy Chen
committed
Fix naming in yaml file
1 parent 0c3b21a commit 827c5f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
with:
1010
submodules: 'true'
1111
- name: Install dependencies, run tests, and collect coverage
12-
run: docker compose -f docker/github_actions/docker-compose.yaml run unit-test-test-service
12+
run: docker compose -f docker/github_actions/docker-compose.yml run unit-test-test-service
1313
- name: Upload coverage to Codecov
1414
uses: codecov/codecov-action@v4
1515
env:

0 commit comments

Comments
 (0)