Skip to content

Remove entityhandler configuration API from uroboroSQL.builder interface #189

Remove entityhandler configuration API from uroboroSQL.builder interface

Remove entityhandler configuration API from uroboroSQL.builder interface #189

Workflow file for this run

name: Java CI
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
env:
TZ: Asia/Tokyo
steps:
- uses: actions/checkout@v2
- name: 🛠️ Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: 11
distribution: 'adopt'
cache: 'maven'
- name: ⚙️ Build with Maven
run: mvn --batch-mode --update-snapshots --no-transfer-progress verify jacoco:report
- name: 🚀 Coveralls Coverage Report
run: mvn --no-transfer-progress -DrepoToken=${{ secrets.COVERALL_REPO_SECRET }} coveralls:report