Skip to content

Commit 45eecd5

Browse files
committed
wait
1 parent 0f7da71 commit 45eecd5

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
run: |
4242
until $(curl --header "Authorization: Bearer ${{ env.SPP_JWT_TOKEN }}" --insecure --output /dev/null --silent --fail https://localhost:12800/health); do printf '.'; sleep 5; done
4343
- run: curl -sS https://webinstall.dev/jq | bash
44+
- run: sleep 15s #wait for services to connect; todo: use health endpoint
4445

4546
- name: Verify probe connected
4647
run: |

e2e/docker-compose.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ services:
44
container_name: e2e-test
55
build:
66
context: .
7-
depends_on:
8-
- spp-platform
9-
links:
10-
- spp-platform
117
environment:
128
- SPP_PLATFORM_HOST=spp-platform
139
- SPP_OAP_HOST=skywalking-oap

0 commit comments

Comments
 (0)