Skip to content

Commit

Permalink
Fix verifyPlugin task
Browse files Browse the repository at this point in the history
  • Loading branch information
DeKaN authored Sep 30, 2024
1 parent 672bf98 commit bd63e12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# - Run 'test' and 'verifyPlugin' tasks.
# - Run Qodana inspections.
# - Run the 'buildPlugin' task and prepare artifact for further tests.
# - Run the 'runPluginVerifier' task.
# - Run the 'verifyPlugin' task.
# - Create a draft release.
#
# The workflow is triggered on push and pull_request events.
Expand Down Expand Up @@ -214,7 +214,7 @@ jobs:

# Run Verify Plugin task and IntelliJ Plugin Verifier tool
- name: Run Plugin Verification tasks
run: ./gradlew runPluginVerifier -Dplugin.verifier.home.dir=${{ needs.build.outputs.pluginVerifierHomeDir }}
run: ./gradlew verifyPlugin -Dplugin.verifier.home.dir=${{ needs.build.outputs.pluginVerifierHomeDir }}

# Collect Plugin Verifier Result
- name: Collect Plugin Verifier Result
Expand Down

0 comments on commit bd63e12

Please sign in to comment.