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 cbe0a60 commit da0b36fCopy full SHA for da0b36f
.github/workflows/ci.yml
@@ -69,27 +69,6 @@ jobs:
69
working-directory: swift
70
run: swift test
71
72
- kotlin:
73
- runs-on: ubuntu-latest
74
- steps:
75
- - uses: actions/checkout@v4
76
-
77
- - name: Set up JDK 21
78
- uses: actions/setup-java@v4
79
- with:
80
- java-version: "21"
81
- distribution: "temurin"
82
83
- - name: Build Kotlin SDK
84
- working-directory: kotlin
85
- run: |
86
- chmod +x gradlew
87
- ./gradlew build
88
89
- - name: Test Kotlin SDK
90
91
- run: ./gradlew test
92
93
e2e:
94
runs-on: ubuntu-latest
95
steps:
0 commit comments