Skip to content

use Koala Plot vertical chart #3

use Koala Plot vertical chart

use Koala Plot vertical chart #3

Workflow file for this run

name: Build
on:
pull_request:
branches: [ main, develop ]
jobs:
build:
name: 🔨 Build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- name: Make gradle executable
run: chmod +x ./gradlew
- name: Build with gradle
run: ./gradlew build --stacktrace