Skip to content

refactor: use common LDValueConverter and LDContextEncoder in AI SDK … #589

refactor: use common LDValueConverter and LDContextEncoder in AI SDK …

refactor: use common LDValueConverter and LDContextEncoder in AI SDK … #589

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