Skip to content

Introducing rest client access logging interceptor #12

Introducing rest client access logging interceptor

Introducing rest client access logging interceptor #12

Workflow file for this run

name: 'CI-main'
on:
push:
branches:
- main
- feature-*
jobs:
master-build:
runs-on: ubuntu-latest
timeout-minutes: 30 # default 360
steps:
- uses: actions/checkout@v1
with:
ref: 'main'
- name: Install Java 21
uses: actions/setup-java@v1
with:
java-version: '21'
java-package: jdk
architecture: x64
- name: 'CI Build Command'
timeout-minutes: 20
run: |
./ci-build.sh