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 872dd71 commit 5b7e502Copy full SHA for 5b7e502
.github/workflows/ci.yml
@@ -13,11 +13,12 @@ jobs:
13
test_android_jvm_linux:
14
runs-on: ubuntu-latest
15
steps:
16
+ - name: Check out repository code
17
+ uses: actions/checkout@v2
18
- name: see tasks
19
run: ls
- env: # Or as an environment variable
- SPOTIFY_CLIENT_ID: ${{ secrets.SPOTIFY_CLIENT_ID }}
20
- SPOTIFY_CLIENT_SECRET: ${{ secrets.SPOTIFY_CLIENT_SECRET }}
+ - name: cd to repo
21
+ run: cd spotify-web-api-kotlin
22
- name: Test android
23
run: gradle testDebugUnitTest
24
env: # Or as an environment variable
0 commit comments