From bbc464456b6d0956d615b7161c29f71f1f06b3ea Mon Sep 17 00:00:00 2001 From: Tom Morris Date: Sat, 27 Feb 2021 17:25:26 -0500 Subject: [PATCH] Don't run tests for LGTM build - fixes #3652 --- lgtm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgtm.yml b/lgtm.yml index 19be59bcb..5c3fdd786 100644 --- a/lgtm.yml +++ b/lgtm.yml @@ -2,7 +2,7 @@ extraction: java: index: build_command: - - mvn clean test + - mvn clean test-compile queries: - exclude: java/insecure-cookie