Skip to content

Upgrade scxa-marker-gene-heatmap versions #711

Upgrade scxa-marker-gene-heatmap versions

Upgrade scxa-marker-gene-heatmap versions #711

Workflow file for this run

name: Build atlas-web-single-cell cli
on:
pull_request
jobs:
compile_cli:
name: compile_cli
strategy:
fail-fast: false # if one of the jobs in the matrix expansion fails, the rest of the jobs will be cancelled
matrix:
os: ["ubuntu-latest"]
jdk: [11]
runs-on: ${{ matrix.os }}
env:
JDK_VERSION: ${{ matrix.jdk }}
steps:
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions/setup-java@v1
with:
java-version: ${{ matrix.jdk }}
- name: Compile cli
run: ./gradlew --no-daemon :cli:bootJar