Skip to content

Bump @sap/cds-dk from 9.4.1 to 9.4.2 in the all-npm-dependencies group across 1 directory #4

Bump @sap/cds-dk from 9.4.1 to 9.4.2 in the all-npm-dependencies group across 1 directory

Bump @sap/cds-dk from 9.4.1 to 9.4.2 in the all-npm-dependencies group across 1 directory #4

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
permissions:
contents: read
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