Skip to content

Commit da0b36f

Browse files
committed
ci: remove kotlin job (no kotlin folder on this branch)
1 parent cbe0a60 commit da0b36f

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -69,27 +69,6 @@ jobs:
6969
working-directory: swift
7070
run: swift test
7171

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-
working-directory: kotlin
91-
run: ./gradlew test
92-
9372
e2e:
9473
runs-on: ubuntu-latest
9574
steps:

0 commit comments

Comments
 (0)