Skip to content

Bug_2233740 Fix wrong port number in log and audit #1114

Bug_2233740 Fix wrong port number in log and audit

Bug_2233740 Fix wrong port number in log and audit #1114

Workflow file for this run

name: Required Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
image:
- 'debian_jdk11'
- 'ubuntu_jdk11'
# Disable tests due to missing dependencies
# - 'centos_7'
# - 'centos_8'
steps:
- name: Clone the repository
uses: actions/checkout@v3
- name: Build and Run the Docker Image
run: bash tools/run_container.sh "${{ matrix.image }}"