Skip to content

Commit

Permalink
Try to rely on embedded gcloud on circle CI (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
jraska authored Nov 6, 2020
1 parent 77ce143 commit 783b14c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ jobs:
command: ./gradlew check --stacktrace --max-workers=2 --no-daemon
- run:
name: Run Tests Firebase
command: mkdir ~/gcloud
&& curl https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-291.0.0-linux-x86_64.tar.gz | tar xz -C ~/gcloud
&& echo "export PATH=~/gcloud/google-cloud-sdk/bin:$PATH" >> $BASH_ENV
&& ./gradlew runInstrumentedTestsOnFirebase --stacktrace --no-daemon
command: ./gradlew runInstrumentedTestsOnFirebase --stacktrace --no-daemon
- store_artifacts:
path: app/build/reports
destination: app/reports
Expand Down

0 comments on commit 783b14c

Please sign in to comment.