Skip to content

fix: upgrade org.apache.logging.log4j:log4j-core from 2.20.0 to 2.21.0 #422

fix: upgrade org.apache.logging.log4j:log4j-core from 2.20.0 to 2.21.0

fix: upgrade org.apache.logging.log4j:log4j-core from 2.20.0 to 2.21.0 #422

name: Build and test jar with integration tests
on: [push]
jobs:
CDM-Integration-Test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'temurin'
cache: maven
- name: Test SIT with cdm
working-directory: SIT
run: |
echo "Testing SIT with cdm"
make -f Makefile