We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35ebdec commit ad7e43fCopy full SHA for ad7e43f
.circleci/config.yml
@@ -6,9 +6,6 @@ jobs:
6
- image: gradle
7
steps:
8
- checkout
9
- - run:
10
- name: Download Dependencies
11
- command: ./gradlew androidDependencies
12
- run:
13
name: Run Tests
14
command: ./gradlew test -PclientId=$SPOTIFY_CLIENT_ID -PclientSecret=$SPOTIFY_CLIENT_SECRET
0 commit comments