Building the test-jar as it is one of the dependencies of the keycloak-crypto-fips1402 module (#12921)
This commit is contained in:
parent
098d4dda0e
commit
b5ca03222f
2 changed files with 4 additions and 2 deletions
|
@ -12,6 +12,7 @@ on:
|
|||
branches: [main]
|
||||
paths:
|
||||
- 'adapters/oidc/js/**'
|
||||
- '.github/workflows/codeql-js-adapter-analysis.yml'
|
||||
schedule:
|
||||
- cron: '0 9 * * 2'
|
||||
|
||||
|
@ -41,7 +42,7 @@ jobs:
|
|||
source-root: adapters/oidc/js/
|
||||
|
||||
- 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
|
||||
|
|
3
.github/workflows/codeql-theme-analysis.yml
vendored
3
.github/workflows/codeql-theme-analysis.yml
vendored
|
@ -12,6 +12,7 @@ on:
|
|||
branches: [main]
|
||||
paths:
|
||||
- 'themes/src/**'
|
||||
- '.github/workflows/codeql-theme-analysis.yml'
|
||||
schedule:
|
||||
- cron: '0 9 * * 2'
|
||||
|
||||
|
@ -41,7 +42,7 @@ jobs:
|
|||
source-root: themes/
|
||||
|
||||
- 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
|
||||
|
|
Loading…
Reference in a new issue