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 13
13
test_android_jvm_linux :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - name : Check out repository code
16
+ - name : Check out repo
17
17
uses : actions/checkout@v2
18
- - name : see tasks
19
- run : ls
20
- - name : cd to repo
21
- run : cd spotify-web-api-kotlin
22
18
- name : Test android
23
19
run : gradle testDebugUnitTest
24
20
env : # Or as an environment variable
37
33
test_mac :
38
34
runs-on : macos-latest
39
35
steps :
36
+ - name : Check out repo
37
+ uses : actions/checkout@v2
40
38
- name : Test mac
41
39
run : gradle macosX64Test
42
40
env : # Or as an environment variable
55
53
test_windows :
56
54
runs-on : windows-latest
57
55
steps :
56
+ - name : Check out repo
57
+ uses : actions/checkout@v2
58
58
- name : Test windows
59
59
run : gradle mingwX64Test
60
60
env : # Or as an environment variable
You can’t perform that action at this time.
0 commit comments