Skip to content

Commit

Permalink
docs: add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxzero committed Oct 3, 2023
1 parent bbbb01b commit 49cfd1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 49cfd1d

Please sign in to comment.