Skip to content

Commit f8fbab8

Browse files
committed
edd exta test in action
1 parent 39ab9e8 commit f8fbab8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/security.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ jobs:
4949
languages: ${{ matrix.language }}
5050

5151
- name: Build project accessors-smart
52-
run: cd accessors-smart && ./mvnw -q clean install
52+
run: cd accessors-smart && ./mvnw -q clean install test
5353

5454
- name: Build project json-smart
55-
run: cd json-smart && ./mvnw -q clean install
55+
run: cd json-smart && ./mvnw -q clean install test
5656

5757
- name: Build project json-smart-action
58-
run: cd json-smart-action && ./mvnw -q clean install
58+
run: cd json-smart-action && ./mvnw -q clean install test
5959

6060
- name: Perform CodeQL Analysis
6161
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)