Skip to content

CAPI-654 Add new concat/concat_lc actions to UpsertCondition used by … #18

CAPI-654 Add new concat/concat_lc actions to UpsertCondition used by …

CAPI-654 Add new concat/concat_lc actions to UpsertCondition used by … #18

Workflow file for this run

name: Compile
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 8
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'adopt'
- name: Ivy bootstrap
run: ant ivy-bootstrap
- name: Compile
run: ant -noinput -buildfile build.xml compile