We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e1bca0 commit 015fba5Copy full SHA for 015fba5
.github/workflows/ci_checks_v2.yml
@@ -59,7 +59,7 @@ jobs:
59
- name: Build QA Test Artifacts
60
id: build-instrumented-tests
61
env:
62
- SIMPLE_SERVER_HOST: http://127.0.0.1:8420
+ SIMPLE_SERVER_HOST: https://127.0.0.1:8420
63
run: |
64
./gradlew --build-cache --no-daemon -PmanifestEndpoint=${{ env.SIMPLE_SERVER_HOST }}/api/ assembleQaDebug assembleQaDebugAndroidTest
65
@@ -71,7 +71,7 @@ jobs:
71
- name: Ensure the Simple Server is running
72
id: ensure-healthy-simple
73
74
75
run: .github/scripts/wait_for_simple_server.sh ${{ env.SIMPLE_SERVER_HOST }}/api/manifest.json 200
76
77
- name: QA Android Tests
0 commit comments