From 49cfd1db9fe5b884d94791e92b8b29cb520c9883 Mon Sep 17 00:00:00 2001 From: Natthawut Haematulin Date: Tue, 3 Oct 2023 09:24:40 +0700 Subject: [PATCH] docs: add comments --- .github/workflows/ci.yml | 3 +++ .github/workflows/coverage.yml | 1 + 2 files changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c6b35a5b..ee605d2be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,7 @@ jobs: distribution: 'zulu' java-version: '17' - name: Build project + # TODO: Remove `touch local.properties` command line once the BuildConfig props are removed from the SDK. run: | touch local.properties ./gradlew sdk:build -x test @@ -37,6 +38,7 @@ jobs: java-version: '17' - name: Run unit tests + # TODO: Remove `touch local.properties` command line once the BuildConfig props are removed from the SDK. run: | touch local.properties ./gradlew sdk:testProductionDebugUnitTest @@ -97,6 +99,7 @@ jobs: force-avd-creation: false profile: Nexus 6 emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none + # TODO: Remove `touch local.properties` command line once the BuildConfig props are removed from the SDK. script: | touch local.properties ./gradlew sdk:connectedProductionDebugAndroidTest diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 9fc113be3..c9e203ece 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -55,6 +55,7 @@ jobs: force-avd-creation: false profile: Nexus 6 emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none + # TODO: Remove `touch local.properties` command line once the BuildConfig props are removed from the SDK. script: | touch local.properties ./gradlew sdk:jacocoTestReport sdk:sonar