Skip to content

Demonstrate cds-feature-attachments with bookshop #1044

Demonstrate cds-feature-attachments with bookshop

Demonstrate cds-feature-attachments with bookshop #1044

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:
push:
branches:
- main
- postgres
pull_request:
branches:
- main
- postgres
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: 21
distribution: 'sapmachine'
- name: Build with Maven
run: mvn -ntp -B clean install