Skip to content

Commit

Permalink
Skip unit test execution when performing static code analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
guusdk authored Jul 20, 2023
1 parent 62be095 commit 3456aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
cache: maven

- name: Build with Maven
run: ./mvnw package
run: ./mvnw -Dmaven.test.skip=true package

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2

0 comments on commit 3456aa0

Please sign in to comment.