Skip to content

Commit 9bea4da

Browse files
committed
Add Maven goals
1 parent 9801255 commit 9bea4da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ jobs:
7474
run: |
7575
./mvnw \
7676
--show-version --batch-mode --errors --no-transfer-progress \
77-
-DskipTests -P!java8-tests
77+
-DskipTests -P!java8-tests \
78+
clean verify
7879
7980
- name: Perform CodeQL Analysis
8081
uses: github/codeql-action/analyze@2cb752a87e96af96708ab57187ab6372ee1973ab # 2.22.0

0 commit comments

Comments
 (0)