Skip to content

Commit 3cfae05

Browse files
authored
Update CI (#146)
* Update CI to really run tests * Fix missing environment variables in tests
1 parent 1ad434b commit 3cfae05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ jobs:
3939
key: v1-dependencies-{{ checksum "build.gradle.kts" }}
4040

4141
# run tests!
42-
- run: gradle test -PclientId=$SPOTIFY_CLIENT_ID -PclientSecret=$SPOTIFY_CLIENT_SECRET
42+
- run: gradle check -DclientId=$SPOTIFY_CLIENT_ID -DclientSecret=$SPOTIFY_CLIENT_SECRET
4343

0 commit comments

Comments
 (0)