File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed
src/commonTest/kotlin/com.adamratzman/spotify/utilities Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 7171 steps :
7272 - name : Check out repo
7373 uses : actions/checkout@v2
74+ - name : Install java 11
75+ uses : actions/setup-java@v2
76+ with :
77+ distribution : ' adopt'
78+ java-version : ' 11'
7479 - name : Test windows
7580 run : gradle mingwX64Test
7681 - name : Archive test results
Original file line number Diff line number Diff line change 6868 steps :
6969 - name : Check out repo
7070 uses : actions/checkout@v2
71+ - name : Install java 11
72+ uses : actions/setup-java@v2
73+ with :
74+ distribution : ' adopt'
75+ java-version : ' 11'
7176 - name : Publish windows
7277 run : gradle publishMingwX64PublicationToNexusRepository
7378 release_docs :
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ class UtilityTests {
3232 if (! testPrereq()) return
3333
3434 runBlockingTest {
35- val spotifyWfhPlaylist = api!! .playlists.getPlaylist(" spotify:playlist: 37i9dQZF1DWTLSN7iG21yC" )!!
35+ val spotifyWfhPlaylist = api!! .playlists.getPlaylist(" 37i9dQZF1DWTLSN7iG21yC" )!!
3636 val totalTracks = spotifyWfhPlaylist.tracks.total
3737 val allTracks = spotifyWfhPlaylist.tracks.getAllItemsNotNull()
3838 assertEquals(totalTracks, allTracks.size)
You can’t perform that action at this time.
0 commit comments