Skip to content

Merge pull request #25 from ing-bank/fix/globalvarfunction #19

Merge pull request #25 from ing-bank/fix/globalvarfunction

Merge pull request #25 from ing-bank/fix/globalvarfunction #19

Workflow file for this run

name: Build INGenious Source Code
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn clean install --file pom.xml
- name: Upload INGenious release
uses: actions/[email protected]
with:
name: INGenious framework
path: Dist/target/*.zip