Skip to content

Commit c35c5fc

Browse files
committed
format & buildPlugin in CI
1 parent 935b976 commit c35c5fc

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/ci_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878

7979
# todo(cammisuli): disable verifyPlugin for now as its constantly failing on CI
8080
# - run: yarn nx affected --targets=lint,test,build,e2e-ci,typecheck,verifyPlugin,telemetry-check --configuration=ci --exclude=nx-console --parallel=3
81-
- run: yarn nx affected --targets=lint,test,build,e2e-ci,typecheck,telemetry-check --configuration=ci --exclude=nx-console --parallel=3
81+
- run: yarn nx affected --targets=lint,test,build,e2e-ci,typecheck,telemetry-check,buildPlugin --configuration=ci --exclude=nx-console --parallel=3
8282
timeout-minutes: 60
8383

8484
- run: npx nx-cloud fix-ci

libs/intellij/models/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import org.jetbrains.intellij.platform.gradle.IntelliJPlatformType
2-
31
plugins {
42
id("java-library")
53
id("org.jetbrains.intellij.platform") version "2.9.0"

0 commit comments

Comments
 (0)