Skip to content

Commit 9f9a87e

Browse files
committed
idk: use docker ps
1 parent 2138902 commit 9f9a87e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
working-directory: e2e
2929

3030
- name: Check if the url is accessible
31-
run: sleep 20s && curl -v http://tinyauth.127.0.0.1.sslip.io
31+
run: sleep 10s && docker ps && curl -v http://tinyauth.127.0.0.1.sslip.io
3232

3333
# - name: Install dependencies
3434
# run: pnpm ci

e2e/docker-compose.e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ services:
2727
args:
2828
- VERSION=e2e
2929
- BUILD_TAGS=nomsgpack
30-
- LD_FLAGS=-s -w
30+
- LDFLAGS=-s -w
3131
command: ["--configfile", "/app/config.yaml"]
3232
volumes:
3333
- ./config.e2e.yaml:/app/config.yaml:ro

0 commit comments

Comments
 (0)