Skip to content

chore(bo): send manual callback without internalId #1792

chore(bo): send manual callback without internalId

chore(bo): send manual callback without internalId #1792

Workflow file for this run

name: CI
on:
push:
branches: [ develop ]
pull_request:
branches: [ develop ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: '21'
distribution: 'temurin'
cache: maven
- name: Build & test
run: mvn --batch-mode verify --file pom.xml