Skip to content

Commit

Permalink
GH build: mute invalid plugin ID on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
YannCebron committed Oct 29, 2024
1 parent a31b4d6 commit 362888b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/code-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:
tasks {
runPluginVerifier {
ideVersions.set("\"$PLUGIN_VERIFIER_IDE_VERSIONS\"".split(' ').toList())
freeArgs.set(listOf("-mute", "TemplateWordInPluginId"))
}
}
" >> code_samples/${{ matrix.plugin }}/build.gradle.kts
Expand Down

0 comments on commit 362888b

Please sign in to comment.