File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 3131 - name : Docker IPs
3232 run : docker inspect --format='{{.Name}} - {{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' $(docker ps -aq)
3333 - name : Set E2E_APP_HOST
34- run : E2E_APP_HOST=$(docker inspect -f '{{range.NetworkSettings.Networks}}{{.IPAddress}}{{end}}' $(docker ps -aqf "name=e2e_e2e-test_1 ")) && echo "E2E_APP_HOST=$E2E_APP_HOST" >> $GITHUB_ENV
34+ run : E2E_APP_HOST=$(docker inspect -f '{{range.NetworkSettings.Networks}}{{.IPAddress}}{{end}}' $(docker ps -aqf "name=e2e-test ")) && echo "E2E_APP_HOST=$E2E_APP_HOST" >> $GITHUB_ENV
3535 - name : Set SPP_PLATFORM_HOST
3636 run : SPP_PLATFORM_HOST=$(docker inspect -f '{{range.NetworkSettings.Networks}}{{.IPAddress}}{{end}}' $(docker ps -aqf "name=spp-platform")) && echo "SPP_PLATFORM_HOST=$SPP_PLATFORM_HOST" >> $GITHUB_ENV
3737 - name : Wait for platform
You can’t perform that action at this time.
0 commit comments