File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change 32
32
run : ./gradlew testDebugUnitTest
33
33
- name : Test jvm
34
34
run : ./gradlew jvmTest
35
- - name : Test linux
36
- run : ./gradlew linuxX64Test
37
35
- name : Archive test results
38
36
uses : actions/upload-artifact@v2
39
37
with :
40
38
name : code-coverage-report
41
39
path : build/reports
42
40
if : always()
43
- test_mac :
44
- runs-on : macos-latest
45
- environment : testing
46
- env :
47
- SPOTIFY_CLIENT_ID : ${{ secrets.SPOTIFY_CLIENT_ID }}
48
- SPOTIFY_CLIENT_SECRET : ${{ secrets.SPOTIFY_CLIENT_SECRET }}
49
- steps :
50
- - name : Check out repo
51
- uses : actions/checkout@v2
52
- - name : Install java 11
53
- uses : actions/setup-java@v2
54
- with :
55
- distribution : ' adopt'
56
- java-version : ' 11'
57
- - name : Test mac
58
- run : gradle macosX64Test
59
- - name : Archive test results
60
- uses : actions/upload-artifact@v2
61
- with :
62
- name : code-coverage-report
63
- path : build/reports
64
- if : always()
You can’t perform that action at this time.
0 commit comments