Skip to content

JAVA-3738 update readme and change exception handling for retrieving … #22

JAVA-3738 update readme and change exception handling for retrieving …

JAVA-3738 update readme and change exception handling for retrieving … #22

name: build
on: [push]
jobs:
changelog:
runs-on: ubuntu-latest
steps:
- uses: dangoslen/changelog-enforcer@v3
build:
name: Verify
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: 11
distribution: temurin
- uses: actions/setup-java@v4
with:
java-version: 17
distribution: temurin
- uses: actions/setup-java@v4
with:
java-version: 21
distribution: temurin
- name: Maven Verify
env:
CONTRAST__API__URL: ${{ secrets.CONTRAST__API__URL }}
CONTRAST__API__USER_NAME: ${{ secrets.CONTRAST__API__USER_NAME }}
CONTRAST__API__API_KEY: ${{ secrets.CONTRAST__API__API_KEY }}
CONTRAST__API__SERVICE_KEY: ${{ secrets.CONTRAST__API__SERVICE_KEY }}
CONTRAST__API__ORGANIZATION_ID: ${{ secrets.CONTRAST__API__ORGANIZATION_ID }}
run: cd maven-plugin/ && ./mvnw --batch-mode -Pend-to-end-test verify