Skip to content

Update http4s-circe, http4s-dsl, ... to 0.23.27 #759

Update http4s-circe, http4s-dsl, ... to 0.23.27

Update http4s-circe, http4s-dsl, ... to 0.23.27 #759

Workflow file for this run

name: Build
on:
workflow_dispatch:
inputs: {}
push:
branches: [ "develop" ]
tags: [ "v**" ]
pull_request:
branches: [ "develop" ]
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