Skip to content

Commit ebd4cf3

Browse files
authored
Update ci.yml
1 parent b540fd6 commit ebd4cf3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ jobs:
1313
test_android_jvm_linux:
1414
runs-on: ubuntu-latest
1515
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 }}
1621
- name: Test android
1722
run: gradle testDebugUnitTest
1823
env: # Or as an environment variable

0 commit comments

Comments
 (0)