File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1313 test_android_jvm_linux :
1414 runs-on : ubuntu-latest
1515 steps :
16- - name : Check out repository code
16+ - name : Check out repo
1717 uses : actions/checkout@v2
18- - name : see tasks
19- run : ls
20- - name : cd to repo
21- run : cd spotify-web-api-kotlin
2218 - name : Test android
2319 run : gradle testDebugUnitTest
2420 env : # Or as an environment variable
3733 test_mac :
3834 runs-on : macos-latest
3935 steps :
36+ - name : Check out repo
37+ uses : actions/checkout@v2
4038 - name : Test mac
4139 run : gradle macosX64Test
4240 env : # Or as an environment variable
5553 test_windows :
5654 runs-on : windows-latest
5755 steps :
56+ - name : Check out repo
57+ uses : actions/checkout@v2
5858 - name : Test windows
5959 run : gradle mingwX64Test
6060 env : # Or as an environment variable
You can’t perform that action at this time.
0 commit comments