Skip to content

ERE-725 updated dependencies #1132

ERE-725 updated dependencies

ERE-725 updated dependencies #1132

Workflow file for this run

name: CI pipeline
on: [push]
jobs:
build:
runs-on: windows-latest
env:
ERE_DIRECTORY_WATCHER_DIR: watch-pdf
ERE_CONNECTOR_TLS_CERT_TRUST_STORE_FILE: ${{ github.workspace }}\\src\\test\\resources\\certs\\ps_erp_incentergy_01.p12
ERE_CONNECTOR_TLS_CERT_TRUST_STORE_PWD: "00"
ERE_VALIDATOR_VALIDATE_SIGN_REQUEST_BUNDLES_ENABLED: false
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'adopt'
- name: Cache Maven packages
uses: actions/cache@v4
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
- name: Build with Maven
run: mvn -B verify