Skip to content

Commit db5dec2

Browse files
committed
remove windows test
1 parent 8edb296 commit db5dec2

File tree

1 file changed

+1
-25
lines changed

1 file changed

+1
-25
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -61,28 +61,4 @@ jobs:
6161
with:
6262
name: code-coverage-report
6363
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-
with:
85-
name: code-coverage-report
86-
path: build/reports
87-
if: always()
88-
64+
if: always()

0 commit comments

Comments
 (0)