mirror of
https://github.com/hmalik144/Driver.git
synced 2026-03-17 23:16:00 +00:00
- CircleCI update
Took 10 minutes
This commit is contained in:
@@ -37,17 +37,21 @@ jobs:
|
||||
# The next step will run the unit tests
|
||||
- android/run-tests:
|
||||
test-command: ./gradlew testDriverDebugUnitTest --continue
|
||||
# Then start the firebase emulators for the Instrumentation tests!
|
||||
# Install Firebase tools needed for firebase emulator
|
||||
- run:
|
||||
name: Setup Firebase Emulators
|
||||
name: Install firebase tools
|
||||
command: |
|
||||
curl -sL firebase.tools | bash
|
||||
# Then start firebase emulator in the background
|
||||
- run:
|
||||
name: Start firebase emulator
|
||||
command: |
|
||||
firebase emulators:start
|
||||
background: true
|
||||
# Then start the emulator and run the Instrumentation tests!
|
||||
- android/start-emulator-and-run-tests:
|
||||
test-command: ./gradlew connectedDebugAndroidTest
|
||||
system-image: system-images;android-25;google_apis;x86
|
||||
|
||||
# And finally run the release build
|
||||
# - run:
|
||||
# name: Assemble release build
|
||||
|
||||
Reference in New Issue
Block a user