Skip to content

Use Coursier to download protoc and grpc #419

Use Coursier to download protoc and grpc

Use Coursier to download protoc and grpc #419

Workflow file for this run

name: CI
on:
pull_request:
push:
schedule:
- cron: '0 5 * * 1'
jobs:
test:
runs-on: ${{ matrix.os }}
timeout-minutes: 20
strategy:
fail-fast: false
matrix:
include:
- java: 8
os: ubuntu-latest
- java: 8
os: windows-latest
- java: 11
os: ubuntu-latest
- java: 17
os: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
distribution: temurin
cache: sbt
- shell: bash
run: sbt -v $(if [[ "${{matrix.sbt_version}}" != "" ]] ; then echo "^^${{matrix.sbt_version}}" ; fi) test scripted
- shell: bash
run: rm -rf "$HOME/.ivy2/local" || true