Skip to content

chore: Convert JSON LDValue into the AiConfig Object #2

chore: Convert JSON LDValue into the AiConfig Object

chore: Convert JSON LDValue into the AiConfig Object #2

name: java-server-sdk-ai
on:
push:
branches: [main, 'feat/**']
paths-ignore:
- '**.md' #Do not need to run CI for markdown changes.
pull_request:
branches: [main, 'feat/**', 'lc/**']
paths-ignore:
- '**.md'
jobs:
build-test-java-server-sdk-ai:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Shared CI Steps
uses: ./.github/actions/ci
with:
workspace_path: 'lib/sdk/server-ai'
java_version: 8