We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18407d2 commit d0bb9e9Copy full SHA for d0bb9e9
tool/github.sh
@@ -86,6 +86,8 @@ elif [ "UNIT_TEST_BOT" = "$BOT" ] ; then
86
./bin/plugin test --no-setup
87
88
else
89
+ # Run the vefifier for this version
90
+ ./bin/plugin verify --only-version=$IDEA_VERSION
91
92
# Run the build.
93
./bin/plugin make --channel=stable --only-version=$IDEA_VERSION --no-setup
0 commit comments