Skip to content

noticket: FIX: Use ydb-proto-api=1.6.4 to support UNIQUE indexes #357

noticket: FIX: Use ydb-proto-api=1.6.4 to support UNIQUE indexes

noticket: FIX: Use ydb-proto-api=1.6.4 to support UNIQUE indexes #357

Workflow file for this run

name: Build YOJ (unit tests only)
on:
push:
branches: [main]
pull_request:
branches: [main]
types: [opened, synchronize, reopened, edited, ready_for_review]
jobs:
build:
name: Build YOJ (unit tests only)
runs-on: ubuntu-latest
env:
MAVEN_ARGS: --batch-mode --update-snapshots -Dstyle.color=always
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'temurin'
cache: 'maven'
- name: Build with Maven
run: mvn $MAVEN_ARGS verify