Skip to content

Updated userguide and improvements #281

Updated userguide and improvements

Updated userguide and improvements #281

Workflow file for this run

name: Build
on:
push:
branches:
- main
paths-ignore:
- '.gitignore'
- '.github/**'
- '**/*.md'
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:
permissions:
packages: write
id-token: write
statuses: write
checks: write
contents: read
jobs:
build_jar:
name: Build / Test / Analyze
uses: ./.github/workflows/build-java-binder.yaml
with:
unit_integration_test_reports: "**/target/failsafe-reports/**/TEST*.xml"
secrets: inherit