Skip to content

Commit 056fe17

Browse files
committed
remve mac testing: ci limits
1 parent f02e31e commit 056fe17

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -32,33 +32,9 @@ jobs:
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()

0 commit comments

Comments
 (0)