Files
spring-batch-extensions/.github/workflows/spring-batch-excel.yml
Mahmoud Ben Hassine 278118380c Update CI workflow names
2021-03-03 11:02:23 +01:00

21 lines
453 B
YAML

name: Spring Batch Excel
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Maven
run: mvn -B package --file pom.xml
working-directory: spring-batch-excel