diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index f96703d6..8ec6b495 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -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 diff --git a/e2e/docker-compose.e2e.yml b/e2e/docker-compose.e2e.yml index 1e81b0f0..8e515d1d 100644 --- a/e2e/docker-compose.e2e.yml +++ b/e2e/docker-compose.e2e.yml @@ -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