We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8edb296 commit db5dec2Copy full SHA for db5dec2
.github/workflows/ci.yml
@@ -61,28 +61,4 @@ jobs:
61
with:
62
name: code-coverage-report
63
path: build/reports
64
- if: always()
65
- test_windows:
66
- runs-on: windows-latest
67
- environment: testing
68
- env:
69
- SPOTIFY_CLIENT_ID: ${{ secrets.SPOTIFY_CLIENT_ID }}
70
- SPOTIFY_CLIENT_SECRET: ${{ secrets.SPOTIFY_CLIENT_SECRET }}
71
- steps:
72
- - name: Check out repo
73
- uses: actions/checkout@v2
74
- - name: Install java 11
75
- uses: actions/setup-java@v2
76
- with:
77
- distribution: 'adopt'
78
- java-version: '11'
79
- - run: choco install curl
80
- - name: Test windows
81
- run: gradle mingwX64Test
82
- - name: Archive test results
83
- uses: actions/upload-artifact@v2
84
85
- name: code-coverage-report
86
- path: build/reports
87
88
-
+ if: always()
0 commit comments