Do 'mvn clean install' when running security-scan GH workflow (#6492)

This commit is contained in:
Nahuel 2022-08-02 01:04:35 +02:00 committed by GitHub
parent cac59328d0
commit 550b4645cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ jobs:
make install_all install_apis
- name: Maven build
run: mvn -DskipTests clean package
run: mvn -DskipTests clean install
- name: Run Scan
run: |