Commit 56035e8 1 parent 4870642 commit 56035e8 Copy full SHA for 56035e8
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ jobs:
156
156
VFPS_IMAGE_TAG : ${{ needs.build.outputs.image-version }}
157
157
run : |
158
158
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
160
160
161
161
- name : Wait for the healthz endpoint to be ready
162
162
run : |
@@ -204,7 +204,7 @@ jobs:
204
204
- name : Print compose logs
205
205
if : always()
206
206
run : |
207
- docker compose --profile=test -f docker-compose.yaml logs
207
+ docker compose --profile=test logs
208
208
docker compose --profile=test down --volumes --remove-orphans
209
209
210
210
test-migrations :
Original file line number Diff line number Diff line change 1
- 1.3.5
1
+ 1.3.5
You can’t perform that action at this time.
0 commit comments