Skip to content

TEDEFO-5000 Add tests for WITH ... COMPUTE single expression syntax #330

TEDEFO-5000 Add tests for WITH ... COMPUTE single expression syntax

TEDEFO-5000 Add tests for WITH ... COMPUTE single expression syntax #330

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@v4
- uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'adopt'
- name: Build package
run: mvn --batch-mode clean install