We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c68dad0 commit 4b2ff00Copy full SHA for 4b2ff00
.github/workflows/endtoend_test_CP.yml
@@ -64,7 +64,7 @@ jobs:
64
echo "Failed to get external IP, test will likely fail"
65
else
66
echo "Service has external IP: $EXTERNAL_IP"
67
- echo "SERVICE_URL=http://${EXTERNAL_IP}:5000" >> $GITHUB_ENV
+ echo "SERVICE_URL=https://${EXTERNAL_IP}:5000" >> $GITHUB_ENV
68
fi
69
70
- name: Send GET request and check response
0 commit comments