Skip to content

Commit

Permalink
chore(pipeline): readd prepare-ci make command
Browse files Browse the repository at this point in the history
SUITEDEV-35237

Co-authored-by: LasOri <[email protected]>
Co-authored-by: megamegax <[email protected]>
  • Loading branch information
3 people committed Feb 27, 2024
1 parent f0c43f9 commit 2c7d0ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ create-testing-apks: check-env ## create apks for testing
lint: check-env ## run lint
@./gradlew lint

prepare-ci: check-env ## setup prerequisites for pipeline
@echo $ANDROID_HOME > local.properties
@./gradlew base64EnvToFile -PpropertyName=GOOGLE_SERVICES_JSON_BASE64 -Pfile=./sample/google-services.json

test-android-firebase-emulator: check-env ## run Android Instrumented tests on emulators on Firebase Test Lab
@gcloud firebase test android run \
--type instrumentation \
Expand Down

0 comments on commit 2c7d0ce

Please sign in to comment.