Skip to content

Merge pull request #76 from trocco-io/bump #20

Merge pull request #76 from trocco-io/bump

Merge pull request #76 from trocco-io/bump #20

Workflow file for this run

name: main
on:
push:
branches:
- 'master'
tags:
- '*'
pull_request:
branches:
- 'master'
types: [opened, synchronize]
jobs:
main:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set Up
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Test
run: ./gradlew test
- name: Build Gem
run: ./gradlew gem