Skip to content
This repository was archived by the owner on Dec 24, 2024. It is now read-only.

Commit 88d5acb

Browse files
committed
ci: test workflow
1 parent 2f7e9e6 commit 88d5acb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,16 @@ jobs:
5151
DOCKER_IMAGE: ${{ env.BUILD_TAG }}
5252
DOCKER_CONTAINER: ${{ env.CONTAINER_NAME }}
5353
CONTEXT_DIR: ${{ matrix.context }}
54-
-
55-
name: Check container logs
56-
uses: crazy-max/.github/.github/actions/container-logs-check@main
57-
with:
58-
container_name: ${{ env.CONTAINER_NAME }}
59-
log_check: "ready to handle connections"
54+
# -
55+
# name: Check container logs
56+
# uses: crazy-max/.github/.github/actions/container-logs-check@main
57+
# with:
58+
# container_name: ${{ env.CONTAINER_NAME }}
59+
# log_check: "API listen on [::]:2375"
6060
-
6161
name: Create context
6262
run: |
63-
docker context create docker-test --docker "host=tcp://127.0.0.1:12375"
63+
docker context create docker-test --docker "host=tcp://127.0.0.1:12375,skip-tls-verify=true"
6464
docker context use docker-test
6565
-
6666
name: Build

0 commit comments

Comments
 (0)