We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f7da71 commit 45eecd5Copy full SHA for 45eecd5
.github/workflows/e2e.yml
@@ -41,6 +41,7 @@ jobs:
41
run: |
42
until $(curl --header "Authorization: Bearer ${{ env.SPP_JWT_TOKEN }}" --insecure --output /dev/null --silent --fail https://localhost:12800/health); do printf '.'; sleep 5; done
43
- run: curl -sS https://webinstall.dev/jq | bash
44
+ - run: sleep 15s #wait for services to connect; todo: use health endpoint
45
46
- name: Verify probe connected
47
e2e/docker-compose.yml
@@ -4,10 +4,6 @@ services:
4
container_name: e2e-test
5
build:
6
context: .
7
- depends_on:
8
- - spp-platform
9
- links:
10
11
environment:
12
- SPP_PLATFORM_HOST=spp-platform
13
- SPP_OAP_HOST=skywalking-oap
0 commit comments