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 39ab9e8 commit f8fbab8Copy full SHA for f8fbab8
.github/workflows/security.yml
@@ -49,13 +49,13 @@ jobs:
49
languages: ${{ matrix.language }}
50
51
- name: Build project accessors-smart
52
- run: cd accessors-smart && ./mvnw -q clean install
+ run: cd accessors-smart && ./mvnw -q clean install test
53
54
- name: Build project json-smart
55
- run: cd json-smart && ./mvnw -q clean install
+ run: cd json-smart && ./mvnw -q clean install test
56
57
- name: Build project json-smart-action
58
- run: cd json-smart-action && ./mvnw -q clean install
+ run: cd json-smart-action && ./mvnw -q clean install test
59
60
- name: Perform CodeQL Analysis
61
uses: github/codeql-action/analyze@v3
0 commit comments