Skip to content

bump embulk to 0.10.39 #15

bump embulk to 0.10.39

bump embulk to 0.10.39 #15

Workflow file for this run

name: Build and test
on:
- push
- pull_request
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
# - macOS-latest
# - windows-latest
gradle_task:
- "gem"
- "assemble"
steps:
- uses: actions/checkout@v1
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build and test
run: ./gradlew ${{ matrix.gradle_task }}