Skip to content

Merge pull request #83 from OP-TED/TEDEFO-2765-expressions-in-label-b… #148

Merge pull request #83 from OP-TED/TEDEFO-2765-expressions-in-label-b…

Merge pull request #83 from OP-TED/TEDEFO-2765-expressions-in-label-b… #148

Workflow file for this run

name: Build the project
on:
push:
# Allows to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'adopt'
- name: Build package
run: mvn --batch-mode -DM2_SETTINGS=.github/workflows/settings.xml clean install # Property "M2_SETTINGS" is used by the SDK downloader in tests.