mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2026-07-17 15:31:13 +00:00
idk: use docker ps
This commit is contained in:
@@ -28,7 +28,7 @@ jobs:
|
||||
working-directory: e2e
|
||||
|
||||
- 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
|
||||
# run: pnpm ci
|
||||
|
||||
@@ -27,7 +27,7 @@ services:
|
||||
args:
|
||||
- VERSION=e2e
|
||||
- BUILD_TAGS=nomsgpack
|
||||
- LD_FLAGS=-s -w
|
||||
- LDFLAGS=-s -w
|
||||
command: ["--configfile", "/app/config.yaml"]
|
||||
volumes:
|
||||
- ./config.e2e.yaml:/app/config.yaml:ro
|
||||
|
||||
Reference in New Issue
Block a user