Skip to content

Commit 4b2ff00

Browse files
committed
Trying on https
1 parent c68dad0 commit 4b2ff00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/endtoend_test_CP.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
echo "Failed to get external IP, test will likely fail"
6565
else
6666
echo "Service has external IP: $EXTERNAL_IP"
67-
echo "SERVICE_URL=http://${EXTERNAL_IP}:5000" >> $GITHUB_ENV
67+
echo "SERVICE_URL=https://${EXTERNAL_IP}:5000" >> $GITHUB_ENV
6868
fi
6969
7070
- name: Send GET request and check response

0 commit comments

Comments
 (0)