Skip to content

Commit 5b7e502

Browse files
authored
Update ci.yml
1 parent 872dd71 commit 5b7e502

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ jobs:
1313
test_android_jvm_linux:
1414
runs-on: ubuntu-latest
1515
steps:
16+
- name: Check out repository code
17+
uses: actions/checkout@v2
1618
- name: see tasks
1719
run: ls
18-
env: # Or as an environment variable
19-
SPOTIFY_CLIENT_ID: ${{ secrets.SPOTIFY_CLIENT_ID }}
20-
SPOTIFY_CLIENT_SECRET: ${{ secrets.SPOTIFY_CLIENT_SECRET }}
20+
- name: cd to repo
21+
run: cd spotify-web-api-kotlin
2122
- name: Test android
2223
run: gradle testDebugUnitTest
2324
env: # Or as an environment variable

0 commit comments

Comments
 (0)