Skip to content

Commit 56035e8

Browse files
committed
ci: simplify docker compose commands in CI workflow
1 parent 4870642 commit 56035e8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
VFPS_IMAGE_TAG: ${{ needs.build.outputs.image-version }}
157157
run: |
158158
echo "Using VFPS image tag ${VFPS_IMAGE_TAG}"
159-
docker compose -f docker-compose.yaml --profile=test up -d
159+
docker compose --profile=test up -d
160160
161161
- name: Wait for the healthz endpoint to be ready
162162
run: |
@@ -204,7 +204,7 @@ jobs:
204204
- name: Print compose logs
205205
if: always()
206206
run: |
207-
docker compose --profile=test -f docker-compose.yaml logs
207+
docker compose --profile=test logs
208208
docker compose --profile=test down --volumes --remove-orphans
209209
210210
test-migrations:

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.5
1+
1.3.5

0 commit comments

Comments
 (0)