Skip to content

Commit 7fcf00a

Browse files
committed
Disable KSP plugin tests on CI
1 parent 1d8844e commit 7fcf00a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-kotlin-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
module: [ annotations, compiler, compiler-embeddable, core, gradle-plugin, ksp ]
17+
module: [ annotations, compiler, compiler-embeddable, core, gradle-plugin ]
1818
name: ${{ matrix.module }}
1919
runs-on: macos-14
2020
steps:

0 commit comments

Comments
 (0)