This is an automated email from the ASF dual-hosted git repository. alexoree pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/juddi.git
commit c5092c2053f38332257b632b43ca7396cb101252 Author: Alex O'Ree <[email protected]> AuthorDate: Sun May 15 22:14:21 2022 -0400 NOJIRA additional ci configurations --- .github/workflows/codeql-analysis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 48a074b11..28e32f637 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -31,6 +31,7 @@ jobs: fail-fast: false matrix: language: ['java'] + jpa: ['openjpa','hibernate'] steps: - name: Setup Java 8 uses: actions/[email protected] @@ -51,7 +52,7 @@ jobs: run: sudo apt-get install -y icedtea-netx - name: javabuild - run: mvn -B install -Pdist + run: mvn -B install -Pdist -P${{ matrix.jpa }} analyze1: --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
