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 b540fd6 commit ebd4cf3Copy full SHA for ebd4cf3
.github/workflows/ci.yml
@@ -13,6 +13,11 @@ jobs:
13
test_android_jvm_linux:
14
runs-on: ubuntu-latest
15
steps:
16
+ - name: see tasks
17
+ run: gradle tasks
18
+ env: # Or as an environment variable
19
+ SPOTIFY_CLIENT_ID: ${{ secrets.SPOTIFY_CLIENT_ID }}
20
+ SPOTIFY_CLIENT_SECRET: ${{ secrets.SPOTIFY_CLIENT_SECRET }}
21
- name: Test android
22
run: gradle testDebugUnitTest
23
env: # Or as an environment variable
0 commit comments