diff --git a/.github/workflows/spring-batch-elasticsearch.yml b/.github/workflows/spring-batch-elasticsearch.yml new file mode 100644 index 0000000..4617327 --- /dev/null +++ b/.github/workflows/spring-batch-elasticsearch.yml @@ -0,0 +1,21 @@ +name: Java CI with Maven + +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-elasticsearch \ No newline at end of file diff --git a/.github/workflows/spring-batch-excel.yml b/.github/workflows/spring-batch-excel.yml new file mode 100644 index 0000000..e1ec0af --- /dev/null +++ b/.github/workflows/spring-batch-excel.yml @@ -0,0 +1,21 @@ +name: Java CI with Maven + +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 \ No newline at end of file