Skip to content

Update Logback smoke tests to use new assertion framework and extend framework for MessageData and ExceptionData #5919

Update Logback smoke tests to use new assertion framework and extend framework for MessageData and ExceptionData

Update Logback smoke tests to use new assertion framework and extend framework for MessageData and ExceptionData #5919

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
jobs:
common:
uses: ./.github/workflows/build-common.yml
required-status-check:
needs:
- common
runs-on: ubuntu-latest
if: always()
steps:
- if: needs.common.result != 'success'
run: exit 1