Skip to content

Update distage-core, ... to 1.1.0-M26 #650

Update distage-core, ... to 1.1.0-M26

Update distage-core, ... to 1.1.0-M26 #650

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
sbt-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run tests
run: sbt +test
build-native:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build native app
run: sbt GraalVMNativeImage/packageBin
- name: Check native app
run: ./target/graalvm-native-image/leaderboard :help