We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62bdaf0 commit 0d2ec2dCopy full SHA for 0d2ec2d
java/ql/automodel/publish.sh
@@ -129,6 +129,9 @@ WORKSPACE_ROOT="$AUTOMODEL_ROOT/../../.."
129
# Specify the groups of queries to test and publish
130
GRPS="automodel,-test"
131
132
+# Install the codeql gh extension
133
+gh extensions install github/gh-codeql
134
+
135
pushd "$AUTOMODEL_ROOT"
136
echo Testing automodel queries
137
#"${CODEQL_DIST}/codeql" test run test
0 commit comments