Skip to content

Commit 50782ae

Browse files
committed
fix typo
1 parent bd29ca4 commit 50782ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777

7878
- name: Run tests with Docker Compose
7979
run: |
80-
docker-compose -f docker-compose.yml up --exit-code-from tests
80+
docker-compose -f docker-compose.yaml up --exit-code-from tests
8181
env:
8282
IMAGE_TAG: ${{ github.sha }}
8383
REGISTRY: ${{ env.REGISTRY }}

0 commit comments

Comments
 (0)