Skip to content

add proto source file #253

add proto source file

add proto source file #253

Workflow file for this run

name: CI
on:
push:
pull_request:
branches:
- main
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 1.8
uses: actions/setup-java@v3
with:
java-version: '8'
distribution: 'adopt'
# CANNOT use maven cache in impl. thinking of FinBench Driver jars
# - name: Cache local Maven repository
# uses: actions/cache@v3
# with:
# path: ~/.m2/repository
# key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
# restore-keys: |
# ${{ runner.os }}-maven-
- name: Build with Maven
run: mvn --batch-mode --update-snapshots verify