Skip to content

Merge pull request #5 from nikos912000/dependabot/maven/io.grpc-grpc-… #15

Merge pull request #5 from nikos912000/dependabot/maven/io.grpc-grpc-…

Merge pull request #5 from nikos912000/dependabot/maven/io.grpc-grpc-… #15

Workflow file for this run

name: Build
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
name: Build and Unit Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
with:
fetch-depth: 0
- name: Setup Java
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: '17'
- name: Build with Maven
run: ./mvnw verify