Skip to content

Commit

Permalink
fix ci for verifier
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurnikov committed Jul 21, 2024
1 parent 4c15bd7 commit 20318a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
uses: gradle/[email protected]
with:
gradle-version: wrapper
arguments: ":plugin:verifyPluginConfiguration -Pkotlin.incremental=false --no-daemon"
arguments: ":verifyPluginConfiguration -Pkotlin.incremental=false --no-daemon"
gradle-home-cache-excludes: |
caches/modules-2/files-2.1/com.jetbrains.intellij.pycharm
caches/modules-2/files-2.1/com.jetbrains.intellij.idea
Expand All @@ -70,7 +70,7 @@ jobs:
uses: gradle/[email protected]
with:
gradle-version: wrapper
arguments: ":plugin:runPluginVerifier -Pkotlin.incremental=false --no-daemon"
arguments: ":runPluginVerifier -Pkotlin.incremental=false --no-daemon"
gradle-home-cache-excludes: |
caches/modules-2/files-2.1/com.jetbrains.intellij.pycharm
caches/modules-2/files-2.1/com.jetbrains.intellij.idea
Expand Down

0 comments on commit 20318a3

Please sign in to comment.