Skip to content

fix: SdkFieldV1 maps "measure" to "duration" (TEDEFO-5013) #104

fix: SdkFieldV1 maps "measure" to "duration" (TEDEFO-5013)

fix: SdkFieldV1 maps "measure" to "duration" (TEDEFO-5013) #104

Workflow file for this run

name: Build and run unit tests
on:
push:
pull_request:
# Allows to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'adopt'
- name: Build and run unit tests
run: mvn --batch-mode clean install