Skip to content

Commit

Permalink
correct verify command name
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurnikov committed Jul 21, 2024
1 parent 20318a3 commit 1a4e2ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
uses: gradle/[email protected]
with:
gradle-version: wrapper
arguments: ":runPluginVerifier -Pkotlin.incremental=false --no-daemon"
arguments: ":verifyPlugin -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 1a4e2ed

Please sign in to comment.