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 3232 run : ./gradlew testDebugUnitTest
3333 - name : Test jvm
3434 run : ./gradlew jvmTest
35- - name : Test linux
36- run : ./gradlew linuxX64Test
3735 - name : Archive test results
3836 uses : actions/upload-artifact@v2
3937 with :
4038 name : code-coverage-report
4139 path : build/reports
4240 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