Skip to content

Commit

Permalink
build: use pluginVerifier for quality assurance
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-sh committed Apr 16, 2024
1 parent bcb46d3 commit 553d607
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/gradle-run/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ runs:
if: ${{ contains(inputs.steps, 'build') }}
shell: bash
run: |
./gradlew buildPlugin
./gradlew runPluginVerifier buildPlugin
ls -la build/distributions
- name: Test
Expand Down
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ tasks {
dependsOn 'copyLsp'
}

verifyPlugin {
dependsOn 'copyLsp'
}

test {
dependsOn 'copyLspToInstrumented'
}
Expand Down

0 comments on commit 553d607

Please sign in to comment.