Building the test-jar as it is one of the dependencies of the keycloak-crypto-fips1402 module

Also, ensure to run the workflow on changes to the workflow file.

Closes #12866
This commit is contained in:
Alexander Schwartz 2022-07-01 12:08:38 +02:00 committed by Bruno Oliveira da Silva
parent 32f8f30f36
commit c02059e0e5

View file

@ -12,6 +12,7 @@ on:
branches: [main]
paths:
- '**.java'
- '.github/workflows/codeql-java-analysis.yml'
schedule:
- cron: '0 9 * * 2'
@ -38,7 +39,7 @@ jobs:
languages: java
- name: Build Keycloak
run: mvn install -Dmaven.test.skip -DskipQuarkus -DskipTestsuite -DskipExamples -DskipTests
run: mvn -B install -DskipTests -DskipQuarkus -DskipTestsuite -DskipExamples -DskipTests
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2.1.12