Skip to content

improvement(client): throw the exception when submitting to Yarn #663

improvement(client): throw the exception when submitting to Yarn

improvement(client): throw the exception when submitting to Yarn #663

Workflow file for this run

name: master
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew clean build --stacktrace --info -x test