Skip to content

SSCSSI-168 New Hearings service for create or update hearings using UpdateCaseV3 #6800

SSCSSI-168 New Hearings service for create or update hearings using UpdateCaseV3

SSCSSI-168 New Hearings service for create or update hearings using UpdateCaseV3 #6800

Workflow file for this run

name: Template CI
on:
pull_request:
branches:
- master
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '11'
cache: 'gradle'
- name: Build
run: ./gradlew check