Skip to content

refactor(retrofit/test): simplify the code by replacing RetrofitException.httpError with SpinnakerHttpException #1568

refactor(retrofit/test): simplify the code by replacing RetrofitException.httpError with SpinnakerHttpException

refactor(retrofit/test): simplify the code by replacing RetrofitException.httpError with SpinnakerHttpException #1568

Workflow file for this run

name: PR Build
on: [ pull_request ]
env:
GRADLE_OPTS: -Dorg.gradle.daemon=false -Xmx2g -Xms2g
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
java-version: 11
distribution: 'zulu'
cache: 'gradle'
- name: Build
run: ./gradlew build