Skip to content

Commit 015fba5

Browse files
committed
use https for server host
1 parent 3e1bca0 commit 015fba5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_checks_v2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Build QA Test Artifacts
6060
id: build-instrumented-tests
6161
env:
62-
SIMPLE_SERVER_HOST: http://127.0.0.1:8420
62+
SIMPLE_SERVER_HOST: https://127.0.0.1:8420
6363
run: |
6464
./gradlew --build-cache --no-daemon -PmanifestEndpoint=${{ env.SIMPLE_SERVER_HOST }}/api/ assembleQaDebug assembleQaDebugAndroidTest
6565
@@ -71,7 +71,7 @@ jobs:
7171
- name: Ensure the Simple Server is running
7272
id: ensure-healthy-simple
7373
env:
74-
SIMPLE_SERVER_HOST: http://127.0.0.1:8420
74+
SIMPLE_SERVER_HOST: https://127.0.0.1:8420
7575
run: .github/scripts/wait_for_simple_server.sh ${{ env.SIMPLE_SERVER_HOST }}/api/manifest.json 200
7676

7777
- name: QA Android Tests

0 commit comments

Comments
 (0)