Skip to content

FetchConfigurationsTask is more fault tolerant #57

FetchConfigurationsTask is more fault tolerant

FetchConfigurationsTask is more fault tolerant #57

Workflow file for this run

name: Test and lint SDK
on:
pull_request:
paths:
- '**/*'
jobs:
lint-test-sdk:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'adopt'
- name: 'Set up GCP SDK'
uses: 'google-github-actions/setup-gcloud@v0'
- name: Run tests
run: make test