idk: use docker ps

This commit is contained in:
Stavros
2026-07-16 19:23:25 +03:00
parent 21389021bf
commit 9f9a87eaac
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
working-directory: e2e working-directory: e2e
- name: Check if the url is accessible - name: Check if the url is accessible
run: sleep 20s && curl -v http://tinyauth.127.0.0.1.sslip.io run: sleep 10s && docker ps && curl -v http://tinyauth.127.0.0.1.sslip.io
# - name: Install dependencies # - name: Install dependencies
# run: pnpm ci # run: pnpm ci
+1 -1
View File
@@ -27,7 +27,7 @@ services:
args: args:
- VERSION=e2e - VERSION=e2e
- BUILD_TAGS=nomsgpack - BUILD_TAGS=nomsgpack
- LD_FLAGS=-s -w - LDFLAGS=-s -w
command: ["--configfile", "/app/config.yaml"] command: ["--configfile", "/app/config.yaml"]
volumes: volumes:
- ./config.e2e.yaml:/app/config.yaml:ro - ./config.e2e.yaml:/app/config.yaml:ro