Add CI build manifest for spring-batch-bigquery
This commit is contained in:
21
.github/workflows/spring-batch-bigquery.yml
vendored
Normal file
21
.github/workflows/spring-batch-bigquery.yml
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
name: Spring Batch BigQuery
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
|
||||
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-bigquery
|
||||
Reference in New Issue
Block a user