Skip to content

Update @sap/cds-dk to 9.4.1 and automate cds export #1

Update @sap/cds-dk to 9.4.1 and automate cds export

Update @sap/cds-dk to 9.4.1 and automate cds export #1

Workflow file for this run

# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Java CI with Maven
on:
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up JDK
uses: actions/setup-java@v5
with:
java-version: 21
distribution: 'sapmachine'
cache: maven
- name: Build with Maven
run: mvn -ntp -B package