Skip to content

some delay params to simulate slow responding apps #66

some delay params to simulate slow responding apps

some delay params to simulate slow responding apps #66

Workflow file for this run

name: Build
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v2
with:

Check failure on line 15 in .github/workflows/build.yaml

View workflow run for this annotation

GitHub Actions / Build

Invalid workflow file

The workflow is not valid. .github/workflows/build.yaml (Line: 15, Col: 14): Unexpected value '' .github/workflows/build.yaml (Line: 16, Col: 9): Unexpected value 'distribution'
distribution: 'adopt'
java-version: '17'
- name: Env
run: |
env
- name: Gradle build
run: ./gradlew :build --stacktrace --info --rerun